nin icon indicating copy to clipboard operation
nin copied to clipboard

ES6ify the code base

Open cristeahub opened this issue 8 years ago • 4 comments

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

Update the following to es6:

  • [ ] Frontend
  • [ ] Backend

cristeahub avatar Nov 11 '16 16:11 cristeahub

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

stianjensen avatar Nov 11 '16 17:11 stianjensen

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

stianjensen avatar Nov 11 '16 17:11 stianjensen

performance impact of updating syntax.

Is there a big impact there?

cristeahub avatar Nov 11 '16 17:11 cristeahub

Depends.

https://kpdecker.github.io/six-speed/

stianjensen avatar Nov 11 '16 17:11 stianjensen