For further actions, you may consider blocking this person and/or reporting abuse
Read next
Go for DevOps: From scratch to Hero Guide 🚀
Bruno Ciccarino λ -
What is the ideal workflow between backend and frontend teams when you have short deadlines?
Luca Argentieri -
What Makes a Great Hacker?
Aravind Roy -
It's Spooktober 🎃. Here are top 15 Google fonts to make your website spooky 👻
Paul -
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 :(