
And alphager: i++ does what now?!


Just kidding, and fair point. I shall make a trade. LOTS of USEFUL comments! No need to comment every line of code (though we've been taught to write at least 1 line of comments for every line of code - yeah right...), but 3-4 lines of comments (even in one block) for every 10ish lines of code is usually a good rule... Especially if it's complex stuff. 20 lines of array manipulation can easily be commented with "Manipulating the array to do BLAH".