Archive for February, 2009
Good quotes
Feb 1st
Some of my favorites found here.
-
Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems – Jamie Zawinski
- Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. – Rick Osborne
- The most exciting phrase to hear in science, the one that heralds new discoveries, is not ‘Eureka!’ but ‘That’s funny…’ – Isaac Asimov
- 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. The first method is far more difficult