Loving Test-Driven Development (TDD)
Recently at work we started writing Unit Test cases and I am absolutely loving it. Writing test cases first has helped us build and design a better API. Another advantage is that all written code is covered by a test. Even though writing test cases takes time it is totally worth it.
Writing test cases helps to build better software faster.
Here are a couple of links that can get you started:



