• 2010.08.08 Dependency injection and IoC in Javascript posted in Javascript, Object Oriented

    There has been some talk lately about DI and IoC in Javascript, and other dynamic languages such as Ruby and Python. A popular opinion seems to be that these concepts are obsolete in dynamic languages, mainly because you can alter an object at runtime. This certainly makes testing easier, but testability isn’t the main goal [...]

About the archives