usmanatron / amBXPeripheralController

Server application (with a number of assisting clients) to control amBX gaming peripherals
Other
1 stars 4 forks source link

Add dependency injection to the Morse Client #18

Closed usmanatron closed 9 years ago

usmanatron commented 9 years ago

Will allow some of the testing to be nicer (once Mocking is added!)

usmanatron commented 9 years ago

Current status - all the object initialisers are now in the entrypoint class (inc. tests). Also commonised a load of other things along the way!

The last thing to do is actually add in Ninject.

usmanatron commented 9 years ago

Done!