Archive for the 'Agile' Category
Test Driven JavaScript using QUnit
I have a little project that I started writing in OpenLaszlo. I chose OpenLaszlo because I thought I could script it in standard JavaScript but during the development of my minor app I found a few errors with the OpenLaszlo JavaScript implementation and the project stalled. Now, having started a new job, where the development [...]
A simple explanation of dependency injection
For the longest time I didn’t know what dependency injection meant – anytime I looked it up I glazed over thinking it really complicated. I only recently found out while learning TDD that I can describe dependency injection in terms of – pass an object in as a parameter instead of instantiating it in the [...]

