Lines of Code Should Be Like a Golf Score
I get really aggravated when I hear developers talk about how many lines of code they write. You know the people I’m talking about. The ones who make brash statements like, “I wrote 25,000 lines of code last month” or “Of course it’s buggy, it has 100,000 lines of code”.
What those people don’t get is that statements like those scare the crap out of developers who know better. When someone makes statements like that, it tells me all I need to know about their approach to writing quality software, which is to say, severely flawed.
One of my favorite things to do is not to write additional code, but to remove code, either because it’s no longer needed or by way of refactoring. Nothing makes me happier than shrinking a codebase.
It’s not about how many lines of code you write, it’s about how many lines of code you don’t write (while providing the required functionality). And it’s those developers who you want to work with.
Similar Posts:
-
http://www.rosscode.com/ Joel Ross
-
http://simpable.com/ Scott Watermasysk
-
http://blog.lozanotek.com/ Javier Lozano
-
http://www.arcware.net/ Dave
-
Jamison Roberts
-
http://www.understandingguitar.org/ Frank
-
http://www.loudcarrot.com/ jennifer



