Hacker News new | ask | show | jobs
by benologist 3471 days ago
I limit myself to ES6 features supported by Node LTS on the server-side.

I limit myself to ES5 code on the client side for now and probably at least next year too.

By writing code that is compatible with the platform it runs on I'm able to avoid having a slow, lengthy or complex build process to reach that state.