The Three Virtues

of a GREAT Programmer

According to Larry Wall(1), the original author of the Perl programming language, there are three great virtues of a programmer; Laziness, Impatience & Hubris

(1) Quoted from “Programming Perl”, 2nd Edition, O’Reilly & Associates, 1996

Laziness

The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful and document what you wrote so you don’t have to answer so many questions about it.

« Work smarter, not harder! »

Impatience

The anger you feel when the computer is being lazy. This makes you write programs that don’t just react to your needs, but actually anticipate them. Or at least pretend to.

« Eliminate time sinkholes. »

Hubris

The quality that makes you write (and maintain) programs that other people won’t want to say bad things about.

« Take pride in what you do. »

content from threevirtues.com