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.

Comments

Popular posts from this blog

Callback, Promise, Observable, and Doughnuts

Learn grid and grid-template-areas FIRST!!!

The Day TDD Started Working for Me