Hacker News new | ask | show | jobs
by librish 500 days ago
There are some funny comments in the code:

  function mousePressed() {
    // This is the worst if statement in the history of if statements
    if (!refining && !mde && !completed && !shared) {
      ...
    }
  }