Dependency Injection with ECMAScript 6
Make your JavaScript code easy testable.
Sep 2, 2018 · 4 min read

Every now and then I stumble over new ideas and try to implement them. Last time a read a very good book (Simplifying JavaScript: Writing Modern JavaScript with ES5, ES6, and Beyond) about the new features of JavaScript that rises with ECMAScript 6 and the author claims that it would be a good idea to make your code better…

