Unit Testing
testing
unit testing
code quality
automated testing
It's rare that I actually catch a bug with my unit tests. In fact, most of the time I could throw them away after writing them without losing their primary benefit. I write unit tests because they force me to write better code. In this session, we'll start from the basics: what are unit tests and why should you write them? And how can they make you a better developer?
Prerequisites
Attendees should know how to program. Examples will be in C# but should be understandable by anyone who knows how to code.