fac-13 / jikt-todo

To do list by Jenath, Ivana, Katia, Tom
https://fac-13.github.io/jikt-todo/
2 stars 1 forks source link

only one test for deleteTodo function #62

Open Parissai opened 6 years ago

Parissai commented 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.