Hacker News new | ask | show | jobs
by radicalbyte 5212 days ago
If you're going to do that, at least go the whole hog and avoid assignment/comparison bugs:

  if (true == someBoolean) {
    // code
  }