|
|
|
|
|
by grisha
5119 days ago
|
|
It seems that TDD is not the best approach to design such framework. When you expect your api change frequently on early stages, tests may be trhown away wery fast and be useless. So it's better to delay writing tests for time, when api becomes stable more or less.
You need to know what to test before actually test. |
|