Open Parissai opened 6 years ago
https://github.com/fac-13/jikt-todo/blob/194b927e2862b7bfbc5cc1a590fa0577e320d840/index.html#L11
I believe with TDD we have to break the functions into many steps. Write test, see it fail, add something to function to pass the test and then write another test and repeat ... so one test for a function maybe is not effective enough.
https://github.com/fac-13/jikt-todo/blob/194b927e2862b7bfbc5cc1a590fa0577e320d840/index.html#L11
I believe with TDD we have to break the functions into many steps. Write test, see it fail, add something to function to pass the test and then write another test and repeat ... so one test for a function maybe is not effective enough.