Programming quote – on requirements
Without requirements or design, programming is the art of adding bugs to an empty text file. — Louis Srygley
Without requirements or design, programming is the art of adding bugs to an empty text file. — Louis Srygley
Theory is when you know something, but it doesn’t work. Practice is when something works, but you don’t know why. Programmers combine theory and practice: Nothing works and they don’t know why.
There are only two kinds of languages: the ones people complain about and the ones nobody uses Bjarne Stroustrup
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 Kernighan