While TDD is often useful, I think it's hard to do it when doing front-end development with React or other frameworks.
Often, I use TDD when I'm writing utils or helpers functions, that is to say, when you can identify the different cases very quickly.
Top comments (2)
While TDD is often useful, I think it's hard to do it when doing front-end development with React or other frameworks.
Often, I use TDD when I'm writing
utils
orhelpers
functions, that is to say, when you can identify the different cases very quickly.I've been trying to get into TDD but I am having a hard time :(