When you first start writing unit tests, you probably already have quite a large
working codebase. Now, how can you start writing tests for this code?
Usually this code isn’t written with testing in mind and it’s probably very hard
to test. Your...
In order for our unit tests to become effective we need to lay out some ground
rules. What is a good unit test and what can we do to make sure we create tests
that actually help us in our development efforts?
Because it’s...
Unit testing is widely accepted as a good development practice. Strangely enough
it’s also** widely ignored** in a lot of companies.
It seems that everyone agrees that it is a must and should be implemented in
every development shop. In reality, however, you’ll...
I started developing my XBMC Remote for Windows 8 RT / Metro and I have come
across a nice little feature in the API which I want to share. For Windows
Phone, I had to create all the icons myself. Visual Studio 2012, creates a file...
I’ve just released an update for the XBMC remote control for Windows Phone 7.
This update brings the following improvements:
* Full support for Eden
* Support for Movie Sets
* Added actors in TV Shows and Movies
* More details for TV Shows and Movies
* Extra controls...