-2000 Lines of Code (2004)
11–20 of 54 posts
Re: -2000 Lines of Code (2004)
#12Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates
Re: -2000 Lines of Code (2004)
#13Google Cache[1]. Reminds me of that TDWTF post where engineers were paid based on the amount of lines of code they had written - led to massive comment blocks explaining the simplest things ("This is a for loop that works by..."). [1]: http://webcache.googleusercontent.com/search?sourceid=chrome...
Re: -2000 Lines of Code (2004)
#14Re: -2000 Lines of Code (2004)
#15Google Cache[1]. Reminds me of that TDWTF post where engineers were paid based on the amount of lines of code they had written - led to massive comment blocks explaining the simplest things ("This is a for loop that works by..."). [1]: http://webcache.googleusercontent.com/search?sourceid=chrome...
Only wusses need comments in order to bloat their code. There are so many "effective" alternatives.
int i = 0;
int count = 20;
while(
(i count)
)
{
// some code
}Re: -2000 Lines of Code (2004)
#16Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates
I never saw this quote in the past, but apparently it's quoted a lot. And it's so true.
I wonder if any ex-Microsoft employee ever came out and said that they actually had the explicit goal of making each successive version of their main products (windows, office) much slower than the last so that people would upgrade to a new computer, making Intel happy, and leading to more "comes with the computer" licenses instead of pirating.
Re: -2000 Lines of Code (2004)
#17The only thing better than writing code is deleting it.
Re: -2000 Lines of Code (2004)
#18My kids stared at me laughing very loudly for quite a few seconds :-)