Hacker News new | ask | show | jobs
by makeset 3363 days ago
Not verbal, but I think of strict adherence to coding and commenting standards in this spirit. A single character out of place can distract the reader from a fatal bug. Also, acknowledging one's fallibility and handling cases that should never happen:

  else throw("BUG: ...")