1204
Comenting code
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I'll add that you should have a comment anytime you are using some sort of algorithm to explain what it is and the expected result when it's not intuitive or a complex math operation that isn't immediately clear. Ex// I'm using Newton's Method to approximate a solution to speed up the inverse square root