Good programmers are not lazy
hq.fsmlabs.com
Good programmers are not lazy
1–10 of 14 posts
Re: Good programmers are not lazy
#2http://news.ycombinator.com/item?id=380333
I'll provide a little commentary:
The general gist is that programming, as a respected engineering discipline, is in jeopardy today due to the attitude claiming good programmers eschew rigorous planning and development.
In his opinion, the open source movement has further improvished the engineering aspect of programming with its "release early, release often" motto, as too the ad hoc nature of extreme programming. Additionally, the lack of process in programming also means there is a lack of apprenticeship, which is integral to the other areas of engineering.
Finally, he pulls out the standard complaint that the newer programming language abstract away alot of important detail, and programmers are now less effective due to their ignorance.
In turn, the author recommends a set of standard practices he feels will improve the lazy programmer, of which I've listed the items that seem to summarize the others:
1. Know what you are doing all the time
This consists of keeping track of goals and milestones and intentionally working towards them at all times
2. Write an example and design the whole solution upfront
This helps clarify the final goal in the programmers mind.
3. Test your own code, and test what you already know works
This ensures the programmer has a solid understanding of their work, and that they have a baseline to test against.
4. Be methodical
Keep notes, and use the scientific method to make predictions about program behavior that is not understood.
Re: Good programmers are not lazy
#3Re: Good programmers are not lazy
#4Re: Good programmers are not lazy
#5I'm curious to know how other people understood this cliche when they first heard it.
Re: Good programmers are not lazy
#6I tell you though, lately iv'e been feeling a little down due to pressure at work and iv'e just read pg's new essay and this one. Just reading the first words of pg's essay cheered me up. when pg talks about programmers, there's no worldly spirit in what he writes. You don't see words like professional, certification etc. He writes like a kid writing about his favorite hobby. This article actually saddened me. Like its been pointed out, you really feel the author squeezing the fun out of programming. It reminded be of the stories in the Bible with the Pharasees and Scribes. They put on the outer mask of religion but rejected it's inner power: The Holy Spirit. Similarly, there has to be that inner love for programming to make good stuff.
I'm not trying to say I think the guys wrong or a "Scribe". I just think that its sad that he talks about it in such procedural way. I would hate programming if I thought like that!
Re: Good programmers are not lazy
#7But a Great Hacker is a really really creative lazy creature
Re: Good programmers are not lazy
#8The author seems to be arguing that programming 1. is boring and 2. should be made even more so. I couldn't get past page 3, and my attention span is much longer than this for worthwhile papers.
Re: Good programmers are not lazy
#9Re: Good programmers are not lazy
#10and his publications and talks:
http://www2.fsmlabs.com/~cort/publications/
might give one a better idea of where he is coming from.
I have a hard time believing that Mr. Dougan has ever written any end-user business software. He also shows his ignorance when he claims that certifications such as the MCSE are "good beginnings". These certifications often prove little beyond one's test-taking ability.
I do not dismiss his views in whole. There is certainly a lot of incompetence in the industry. Many CS programs have been dumbed down to increase admissions. These topics deserve consideration and discussion.