CodeB

Blog about right code manipulation and programming.

Entries from 2014-01-14 to 1 day

Explanation: Dependency injection in JavaScript

What is Dependency Injection? It's method to load only modules you need and I will show you how it works and why it is really awesome trick to do in JavaScript. Imagine that you write a library and you decide to create something like modul…