Hacker News new | ask | show | jobs
by tengbretson 2727 days ago
Precisely. I tend to only write comments that explain reasons for making non-idiomatic decisions like:

// It might look like you should do X here but esoteric reason Y dictates that you should do this instead.