How to be Lazy, Dumb, and Successful

Philipp Lenssen agrees that inspired laziness is a desirable trait for software developers:


This is a companion discussion topic for the original blog entry at: http://www.codinghorror.com/blog/2005/08/how-to-be-lazy-dumb-and-successful.html

Right on! If you don’t ask the basic questions, a “smart” developer will end up writing fantastic code that does the wrong thing.

I totally agree. Here is similar article from a couple of years ago that offers practical applications of lazyness in programming.

http://www.vbrad.com/pf.asp?p=Articles/janmay01/art_LazyProgrammer.htm

Geez, you mean I’ve got to go register “dumbcoder.com” and “humblecoder.com” too?

Great post. We all have to be “dump” and “lazy.”

Yes. Be Lazy. In fact, eat your code, dump your tea and flirt with the trolley dream.
Life = morphed bilungualism. Peace.

edw

hi guys.
i know this article is from 2005, but i still have to comment on this.
my opinion basically comes down to the following, although still simplified
(so you maggots can understand :D).
the presented ideas are definitely interesting and nice as a provocative start of thinking about these issues.

the first statement:

… only lazy programmers will want to write the kind of tools that might replace them in the end. Only a lazy programmer will avoid writing monotonous,
repetitive code. The tools and processes inspired by laziness speed up
production.

…is very true (and actually give you a good feeling because its nice to find your laziness justified in such a convincing and cool way :));
apart from the ‘only’ - in reality, doing these things will simply be easier and come more naturally (due to intrinsical motivation) if you are particularly lazy, it’s of course still possible to do them (even efficiently) if you’re not though.
For example you can create tools which speed up production by a pretty formal approach, seeing it as a top priority to optimize workflows - not neccessarily your own.

The stuff about being dumb is obviously completely bogus and makes the whole article look more like a satire than anything else - and i love satires, but you’re mixing some interesting and true points with satire in a way i don’t really like…
i guess because i think it makes it harder for a lot of people to see the valid points from a useful perspective.
For clarification: It’s bogus because you need above-average intelligence in order to program (anything useful, not talking about hello world here), and it’s bogus because the ability you are mentioning (of asking basic questions like a child etc.) is in fact part of a highly advanced mental ability, not even only ‘playing dumb’, but part of the vast field of the ability to look at things from different perspectives, which can be so-called rational perspectives or trying to emulate other people’s perspective for example.

This is also why the statement about good business decisions and the path of least resistance is very true; this is referring to being able to see things from the perspective of ‘the masses’. It would be a massive fallacy to think that everybody is taking the path of least resistance all the time though. Some examples are
gurus and people who meditate a lot and try to improve themselves (even if it means hard work, which it usually does), people who think that the easiest way doesn’t count, is boring or of no real value(very strong in so-called perfectionists), people who manage to recover from an addiction etc. ppp.

In other words, the only way to build great software is to make things as easy as possible for your users.

After all (still not the only way btw, think about expert tools and stuff targeted at geeks), making a software very easy to use for the average consumer/user usually means the programmers have to put even more effort into creating it;
a vast ‘collective’ of smart people put a lot of thought and time into creating tools which enable masses of people, including those who are far away from being smart, to do things they would not be able to do otherwise - or at least much more slowly/with a worse outcome etc. They are using the ‘frozen’ (manifested in programmed concepts etc.) and added up intelligence of hordes of developers (from the hardware devs, to firmware devs, to os devs, to application devs etc.) so to say.

process this. :slight_smile:

Yeah, this is still in 2005 but we are still reading it… nice article… =)

Long live laziness! If only my cat could learn to code…

Yes even in 2014, I must agree to this post but I have a problem:

  • I am really too lazy to code,
  • I am so dumb that I do not know how to open the coding editor software. :smiley:

learning is must be different with problem solving isn’it? nice post btw, so much enlightment from this post.