Learning a new language using broken unit tests
- by Brian MacKay
I was listening to a dot net rocks the other day where they mentioned, almost in passing, a really intriguing tool for learning new languages -- I think they were specifically talking about F#.
It's a solution you open up and there are a bunch of broken unit tests. Fixing them walks you through the steps of learning the language.
I want to check…