why need TDD
- why we use tdd , is because we want refactor , not we want to capture bugs
- you can get a result timely when you pass a test , you have a good feeling because you finish some case ,and you will todo next case very quickly ,this will be a cycle in your coding and you will coding very happy and don’t want stop
- the power of TDD , the ability to defer refactoring after weeks/months
- your boss don’t care your tdd , he just want the code can work,and you can do the code very fast , tdd give a ability to dfer refactoring
- why to defer refactoring
- To maximum the productivity
- To get feedback early face to the end-users in order to discover the real needs before a deeper refactoring step
what is TDD
- the tdd is not the case ,it is the guide to let the test case drive it
- think clean way more than clean c