jasonChen1982 / jcc2d

A lightweight canvas2d-render & built-in an awesome animator with timeline manager
https://jasonchen1982.github.io/jcc2d/
54 stars 6 forks source link

why not choose fully es6 #1

Open jasonChen1982 opened 7 years ago

jasonChen1982 commented 7 years ago

why source code do not choose es6 coding style?

jasonChen1982 commented 7 years ago

es6 was an efficient way to preparation and design a library. but for now, it was not an good way,because full es6 will bring some side-effects

woshi82 commented 7 years ago

what side-effects?

jasonChen1982 commented 7 years ago

code will become unreadability and cause s lot of polyfill snippet for es6 feature, there is unhelpful and brought additional problems. so why use it at this time? ping @woshi82