kredati / turtlejs

Deeply pedagogical turtle graphics in p5.js.
https://kredati.github.io/turtlejs/
2 stars 0 forks source link

Constructed objects should use factories and not classes/new. #14

Open kredati opened 7 years ago

kredati commented 7 years ago

Refactor all the things so that we're not using new. Thanks, Crockford. (Turtle, Commands, CommandCenter, etc.)