“Everyone knows that debugging is twice as hard as writing a program in the first place. So if you’re as clever as you can be when you write it, how will you ever debug it?”
Brian Kernighan
Also, I like this.
“First make it run, then make it run fast.”
Source: Wikiquote: Brian_Kernighan
Who’s Brian Kernighan?
What REALLY is Data Science? Told by a Data Scientist - By Joma Tech
Writing perfect code is a challenging process. That's where code reviews come in to help…
"The Next Leap: How A.I. will change the 3D industry - Andrew Price - Blender"
"Captain Disillusion: World's Greatest Blenderer - Live at the Blender Conference 2018 - CaptainDisillusion"
My 5 Favorite Linux Shell Tricks for SPEEEEEED (and efficiency) - By tutoriaLinux > What's…
View Comments
true , completely true and debugging should be the last solution and not the first one. sometime doing code inspection or review gives you quick idea of bug instead of debugging it but sometime debugging has the only choice as well.If you are java developer then you may find eclipse remote debugging
useful.
You're right, code inspection should be the first choice since it normally takes the least time to find the problem.