My father sent a small comment chain to me as well on a topic like this on one of his blog posts.
<First guy>
June 3, 2015 at 10:12 am
I think software developers like to impress people with how many lines of code they can write.
<Second guy>
June 3, 2015 at 3:31 pm
That is not true. A good day is when you leave the office with more powerful software, but fewer lines of code.
<First guy>
June 4, 2015 at 4:31 am
So why is software always getting bigger ? Is it because the marketing people want to add new features all the time ? Does this even apply to free software like browsers and email clients ?
-----
Personally, I like writing less code, or reducing code to less code. Less to think about.
> Does this even apply to free software like browsers and email clients ?
The more I get involved in open source the more I think most code bloat is due to people needing their egos validated by getting a commit into a project, regardless of whether the commit is all that useful or not.
I've been involved for a long time, and it sure doesn't seem that way to me. Lots of that "code bloat" is simply making things portable across compilers, interpreters, operating systems and languages.
<First guy> June 3, 2015 at 10:12 am I think software developers like to impress people with how many lines of code they can write.
<Second guy> June 3, 2015 at 3:31 pm That is not true. A good day is when you leave the office with more powerful software, but fewer lines of code.
<First guy> June 4, 2015 at 4:31 am So why is software always getting bigger ? Is it because the marketing people want to add new features all the time ? Does this even apply to free software like browsers and email clients ?
-----
Personally, I like writing less code, or reducing code to less code. Less to think about.