One of my favorite practices that we do in the dev group at VersionOne is book club. Our latest club is over Working Effectively With Legacy Code by Michael Feathers. It's a book that I've started several times, and this time I'm intent on finishing it. I greatly appreciate what he has put out, and I have no doubt it will aid me in becomming a more thoughtful developer.
When I read technical books, my fingers have to do the walking to help me to drive what I'm reading deeper into muscle memory. To aid in that effort, I've created this repo to hold the code that I play with while learning.
The project is set up to be a C# project using NUnit as the testing framework.
I have created the master branch to hold basic things necessary for anyone. Things like:
Beyond that, all of my work will exist in a branch with my name on it.