Troubleshooting Tip: Reduce and Simplify
17
2010
If you’ve coded yourself into a problem that you can’t figure out and you’ve spent hours debugging always remember this simple rule to solve your problems faster: Reduce and Simplify.
If a solution to a problem isn’t obvious by looking at your code (or output), then start taking chunks away until you don’t see the problem [...]
