ninjadev/nin

ES6ify the code base

cristeahub opened this issue · 4 comments

The code base (especially the backend) hasn't been updated to es6 yet.

Update the following to es6:

  • Frontend
  • Backend

Frontend has started the migration slowly. Controllers have been updated to ES6 class syntax etc.

For dasBoot, we will probably want to hold off on updating and consider the performance impact of updating syntax.

performance impact of updating syntax.

Is there a big impact there?