1181
Comenting code
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
@Vordimous @linuxgal when I see this sort of thing when reviewing PRs, I write words to the effect of "tell me WHY it's doing that, not WHAT it's doing". The "what" is usually obvious from the code and thus not worthy of comment. The "why" will enlighten your colleagues (and future you).