Permalink

63

A Few New Things Coming To JavaScript

Read Later submit to reddit

I believe the day-to-day practice of writing JavaScript is going to change dramatically for the better when ECMAScript.next arrives. The coming year is going to be an exciting time for developers as features proposed or finalised for the next versions … Continue reading

Permalink

4

ECMAScript 6 Resources For The Curious JavaScripter

Read Later submit to reddit

I’ve recently spent a lot of time looking at EcmaScript 6 and thought it would be useful to put together a short page of resources to help anyone else interested in exploring the next version of JavaScript further.

Permalink

5

Writing Modular JavaScript With AMD, CommonJS And ES Harmony

Read Later submit to reddit

When we say an application is modular, we generally mean it's composed of a set of highly decoupled, distinct pieces of functionality stored in modules. As you probably know, loose coupling facilitates easier maintainability of apps by removing dependencies where … Continue reading