Starting a TDD project from scratch
问题 I read a lot of question and answer on TDD and unit testing on SO but I found nothing that answer to that: where do I start from? Me and team already done a couple of project in which we adopted the use of unit testing, for our code... but code first and then unit testing. At some point of the development process, it became quite natural to write the test first and then the code, bringing us to a more TDD style. Now we would like to make the next step and try to start a new project with TDD