Select nodes of mine
Programming Meditations
Code
Art?
And some amateurish JAPH attempts:
Programmer Meditations
On PerlMonks
Other Nodes
Serious code
Simply cool code
Meditations
Tutorials
Perl vs. foo (kinda)
About PerlMonks
PerlMonks Introspection
Perl(Monks)? culture and humour
Quotes
“Show me your flowcharts and conceal your tables, and I shall continue to be mystified. Show me your tables, and I won’t usually need your flowcharts; they’ll be obvious.”
– Frederick P. Brooks, Jr., The Mythical Man-Month
“Any software problem can be solved by adding another layer of indirection.”
– Steven M. Bellovin
“Almost all programming can be viewed as an exercise in caching.”
– Terje Mathisen
“Computer science is no more about computers than astronomy is about telescopes.”
– Edsger W. Dijkstra
“People who are really serious about software should make their own hardware.”
– Alan Kay
“More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason, including blind stupidity.”
– William A. Wulf, A Case Against the GOTO
“Rules of Optimization:
Rule 1: Don’t do it.
Rule 2 (for experts only): Don’t do it yet.”
– Michael A. Jackson
“Optimizations always bust things, because all optimizations are, in the long haul, a form of cheating, and cheaters eventually get caught.”
– Larry Wall
“Rule of thumb: if you think something is clever and sophisticated, beware: it is probably self-indulgence.”
– Donald Norman
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.”
– Brian W. Kernighan
“It is easier to optimize correct code than to correct optimized code.”
– Bill Harlan
“Programs must be written for people to read, and only incidentally for machines to execute.”
– Abelson, Sussman and Sussman, Structure and Interpretation of Computer Programs, in the preface to the first edition
“When the code and the comments disagree, both are probably wrong.”
– Norman Schryer
“There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies and the other way is to make it so complicated that there are no obvious deficiencies.”
– C. A. R. Hoare
“Il semble que la perfection soit atteinte non quand il n’y a plus rien à ajouter, mais quand il n’y a plus rien à retrancher.”
“Perfection is apparently achieved not when nothing more can be added, but rather when nothing else can be removed.”
– Antoine de Saint-Exupéry, Terres des Hommes
|