short quotes by the masters

David Wheeler, a world's first PhD in Computer Science, said : "Any problem in computer science can be solved with another layer of indirection."
Bjarne Stroustrup, the creater of C++, confessed: "I once gave a programming language talk without any code. I felt like such a fraud, I have not done it since."
Kernighan's Law: "Debugging is twice as hard as writing the program, so if you write the program as cleverly as you can, by definition, you won't be clever enough to debug it."
- Jane Prusakova's blog
- Login or register to post comments


Comments
I particularly like the
I particularly like the Kernighan quote... But then I've been a fan of his for a long time, Dennis Ritchie too, for that matter. I spent a lot of my early years in the business learning from their writing and from their code. I still have my very well worn copy of the original K&R "Programming C" book. That quote touches on one of the most important things you can learn from those guys, their "keep it simple" approach to many things. To many people work too hard to make things more complicated than they need to be.
These are all great, thanks.
These are all great, thanks. Don't forget Brooks's law: "adding manpower to a late software project makes it later".