Skip to content

Instantly share code, notes, and snippets.

@usmanity
Last active August 23, 2024 22:18
Show Gist options
  • Save usmanity/f1afccd0355a80ab39d84210159da200 to your computer and use it in GitHub Desktop.
Save usmanity/f1afccd0355a80ab39d84210159da200 to your computer and use it in GitHub Desktop.
The Three Virtues of a GREAT Programmer

According to Larry Wall1, the original author of the Perl programming language, there are three great virtues of a programmer; Laziness, Impatience and Hubris:

  • 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.

Footnotes

  1. Quoted from "Programming Perl", 2nd Edition, O'Reilly & Associates, 1996

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