Code Wars: Pythagoras' Code Base

Here you'll find the codebase of the greatest, most over-engineered, and most absurd codebase on the planet. Because who needs simplicity when you can have 5000 lines of code for a simple "Hello World"?

Subdirectories:

Featured Code:

Unnecessary Variable Naming Convention


      // This is a variable named "iAmTheBestVariableInTheWholeCodebase"
      var iAmTheBestVariableInTheWholeCodebase = 42;
      // Because who needs a simple "x"?
    

Don't forget to check out our Unnecessary Comments subpage for more of our brilliant code.