Debugging Tip: Fix Anything
This is from my fiend Bill Burdick.
When you can't immediately find a bug, start fixing everything that isn't right.
Refactor. Make things clear. Make things consistent. Rewrite things that don't follow best practices. Fix other bugs.
Don't trust your judgement of what is or isn't related to the problem. If you really knew that, you wouldn't be stuck.
When you can't immediately find a bug, start fixing everything that isn't right.
Refactor. Make things clear. Make things consistent. Rewrite things that don't follow best practices. Fix other bugs.
Don't trust your judgement of what is or isn't related to the problem. If you really knew that, you wouldn't be stuck.
Comments
Post a Comment