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

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