Click to Play!

Monday, September 2, 2013

Assume NOTHING, Test EVERYTHING!!


   I learned the hard way that quick coding can lead to trouble. With programming it's best to take it slow and make sure the job is done right. You need to document code changes and never assume it works right after you type it and let it compile. If you don't, that one little line you forgot will be the bug you're digging all day for later. Try to test as often as possible and you will save time overall.

No comments:

Post a Comment