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...
Today I noticed something very odd when doing some SharePoint development. I have a VM setup with Win2003 on it in order to do my coding. I was able to run my unit tests (via Resharper's Unit Test Runner UI) and was coding away. I decided to map a share to my host PC and move the source over to the...
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...
I was chatting with a buddy of mine yesterday who recently has started a new job. His new company has built a new team to start a 'green field' project and they are currently in the 'debate' stage of planning. The team is currently trying to decide what tools, technology, methodology...
I'm always a little intimidated when I post code examples. There are a lot of smart (and opinionated) people out there reading blogs. Fear won't get us anywhere though. That said, I'm posting this example and asking for criticism. Here's the story. A school of music needs to schedule...