Truemedia / slush-regenerator

A slush generator for many website things (Optimized for Laravel 5.2)
MIT License
0 stars 0 forks source link

Convert codebase to ES6 #5

Open Truemedia opened 8 years ago

Truemedia commented 8 years ago

Currently using NPM/ES5 standard. Could be using a lot more cleaner syntax, and features to make coding cleaner and easier to write on top of.

Truemedia commented 8 years ago

Start to use ES6 function simillar to PHP compact

{attribute1, attribute2, attribute 3}

Converting where possible in code base while working on new functionality.

Truemedia commented 8 years ago

Starting to use template literals (and) instead of quotes for more readable dynamic strings.