Hacker News new | ask | show | jobs
by mikedougherty 5179 days ago
Negatively named bools bother me. e.g.:

  while notDone: { if condition() notDone = false; };