Skip to content

Instantly share code, notes, and snippets.

@joyrexus
Created December 3, 2014 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joyrexus/764005d98587c1e646bb to your computer and use it in GitHub Desktop.
Save joyrexus/764005d98587c1e646bb to your computer and use it in GitHub Desktop.
The 3 great virtues of a programmer

The three great virtues of a programmer (per Larry Wall)


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.

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.

Hubris

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment