Here's a conversation I just had with another developer who is struggling to get his team to adopt some agile practices: developer : if you were starting from scratch, which would you think is more important to setup first? CI or a unit testing process? me : unit testing developer : wow developer...
Test first Test during Test after Answer, Test. No matter what style of testing you believe in, they all share one common trait. They all test your code. So, what is the point of this post you may ask? Simple. To me, it does not matter how your tests come to be, but having tests is what is important...
Recently I was chatting with a friend of mine and he asked if a single developer could be successful following TDD on a team that does not follow TDD. My simple answer was YES, they can. But there are a few things you must consider..... How can they make a difference I am a firm believer that someone...
Over on the Alt.Net mailing list ( here ) the topic of where to put your unit tests was the hot topic a few days ago. This is a topic that I have debated with various people over the past few years. With all the debates I have had, it is clear to me that there really is no right or wrong way do to this...
Over the past 2-3 days there has been an uproar over at the altnetconf list. Oops, I meant the cli_dev list. This uproar is because of a single action. Changing the name of the list. Some would like to argue that the name of the list is not important. That the name of the list is simply an 'ID'...
Recently I was asked about backing in unit tests into an existing project. In particular I was asked A) was possible and B) is it worth it. In short my answers to both these are Yes and Yes. However, backing in unit tests is not without its challenges. I thought today I would go express my experiences...
In my last post I think I struck a cord with some people in my post 'Unit tests taking too much time'. My intent was NOT to sound like an elitist Agilist or any else of that nature. My intent was simply to put a post out there about the misperception (in my opinion) about how writing unit tests...