Chris Wimmer, a fellow programmer, told me in a chat today, that the size of applications doesn’t matter. But I’ll let you decide. However, the program which he wrote is worthwhile regardless of its size. Even more so the library on which it is based.
// Oliver
I have to say that it only applies to application programs on PC and compatible.
Linux included?
First comes functionality then comes size regardless of location.
Look at Bill Gates comment:
http://programmersatwork.wordpress.com/bill-gates-1986/
GATES: …
“Programs today get very fat; the enhancements tend to slow the program down because people put in special checks. When they want to add some feature, they’ll just stick in these checks without thinking about how they might slow the thing down. …”
He seems to like thin programs. I wonder what he would tell us about .NET programs.
.NET programs are thin, but the framework isn’t. And the fact that they are JITed doesn’t speed up things either.
But I agree with Mr. Gates that performance degrades, the bigger a program becomes.
// Oliver
Same goes for Delphi. Use BPL and the main apps are a lot thinner.