Tuesday, September 11, 2012

Random "return" Statements

Daily Pro-Tip #5

When debugging, don't put random "return" statements in your code without placing some form of print statement (cout, printf, echo, etc) before it to remind you what's happening.

No comments:

Post a Comment