←back to thread

Macrodata Refinement

(lumon-industries.com)
722 points gaws | 1 comments | | HN request time: 0.203s | source
1. librish ◴[] No.42906315[source]
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) {
      ...
    }
  }