|
|
| | Ask HN: Can I still use ES5. in 2019 | | 8 points by toyko on Oct 13, 2019 | hide | past | favorite | 5 comments | | | i prefer es5 and understand it inside out. while i get es6, i don't like that the meaning of "this" has changed within => functions. i understand how to scope and am comfortable using var instead of let and const. if i'm the sole or lead dev on a project, would it be irresponsible to my clients to continue to code in es5? |
|

Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Sure, it’s not life or death but your clients are definitely worse off than if you’d just taken the time to learn ES6.
Not knowing ES6 also just makes your life harder if you adopt other new JS advancements. For instance, it’s harder to look at the docs and examples for React and it’s related libraries. It’s harder for you to adopt Flow or TS.
Lastly, it should be especially easy for you to pick up ES6 if you know ES5 inside out.