Systems-programming-labs/Week 9/3_mywc/debugging.txt

6 lines
204 B
Plaintext
Raw Permalink Normal View History

2021-09-27 19:35:31 +08:00
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