If you are reading this post, you probably know what a unit test is. If not, check out FunFunFunction's youtube video on it. There are many blogs discussing both the pros and cons of it. Some would argue that writing unit tests is a waste of time. Others preach that its an important practice in "clean code" and scaling infrastructure. Regardless of what language or test framework you are talking about. Personally, I view unit tests as a form of "notetaking". It could be a huge pile … [Read more...]