Unit Tests as a learning tool - a good idea?
- by Ekkehard.Horner
I'm interested in ways and means for learning (a) programming language(s) efficiently. I believe that using Unit Test concepts and infrastructure early in that process is a good thing, even better than starting with "Hello world".
Why: To write a decent program even for a toy/restricted problem in a new language, you'll have to master many…