DEV Community

Discussion on: React developers: TDD is not dogma

Collapse
 
martinrojas profile image
martin rojas

Great article!!

I am an experienced developer, but sadly testing has been a place where all my professional projects have been an afterthought because there is always a QA person dedicated to writing tests. Do you have any sugestion on some resources on TDD.

Collapse
 
d_ir profile image
Daniel Irvine 🏳️‍🌈

Kent Beck’s books are a great starting point. What language(s) do you work with?

Collapse
 
martinrojas profile image
martin rojas

JavaScript mostly, and right now I have been working on React to fully Master

Thread Thread
 
d_ir profile image
Daniel Irvine 🏳️‍🌈

You can always check out my own book for learning React TDD (see my bio for info). Another amazing book that helps with getting the same mindset is 99 Bottles of OOP by Sandi Metz--I’d recommend reading that for sure.