Unit testing can often be a cumbersome practice to introduce into any development team. Many of the converts I’ve introduced to unit testing (myself included) have all despised the practice in the beginning often saying that its takes twice the amount of time.
The art of testing is often an after thought where development is concerned making it hard for developers to get into the mind shift of having to write tests first before they code. It’s my hope that this article will give some more incentive for making the leap.
Read More