After contributing to open source projects development, I learnt that the superior quality of those products comes primarily because of the Continue reading “Silver Bullet to build superior software products”
Best Practices – white-box unit tests!
If you are writing unit test for a class ABC.java, then your unit test file should be named ABCTest.java. i.e. it should be Continue reading “Best Practices – white-box unit tests!”