How to get initial API right using TDD?
- by Vytautas Mackonis
This might be a rather silly question as I am at my first attempts at TDD. I loved the sense of confidence it brings and generally better structure of my code but when I started to apply it on something bigger than one-class toy examples, I ran into difficulties.
Suppose, you are writing a library of sorts. You know what it has to do, you know a…