VoyTechnology / CPSSDChat

In VERY early stage of development. PLEASE IGNORE
2 stars 0 forks source link

ECMAScript 6 support #8

Open GoldenBadger opened 9 years ago

GoldenBadger commented 9 years ago

I think it would be a good idea to write CPSSDChat using the new paradigms introduced in ECMAScript 6, such as block-scoped variables and proper classes. Even though not all browsers support all of the new features, you can use an on-the-fly compiler like Traceur to port the ECMAScript 6 code to an older version.

VoyTechnology commented 9 years ago

I think we can just abandon old browsers. Who uses them anyways, they should go

GoldenBadger commented 9 years ago

Agreed

VoyTechnology commented 7 years ago

Would not be a problem if we switch to Go, (discussion in #14). We should also use TypeScript or Dart in the frontend because ewww JS.