Does anyone know any good resource to learn TDD with Javascript (or React).
I just completed the course Javascript Testing on Udacity and it was not very detailed. It was supposed to be a 12 hour course, and I finished it in 2 hours (not because I skipped any exercises… there weren’t much exercises).
Any other good resources?
I am looking to learn either Jasmine or Jest.
Check out this, very comprehensive, full-stack tutorial on React and Redux that uses TDD religiously.
It’s full-stack, and also introduces you to Socket.io on the side.
Sorry, I have not seen these, no. So I cannot offer any opinion on them.
However, I would always recommend looking for free resources first (because there are just soooo many, and good ones!), before spending money.
Obviously, there will be some bad apples like outdated tutorials or just bad presenters, but usually, you won’t have to look for long before you find something that expands your knowledge well.
Would you say that TDD also beneficial for software Maintenance projects i.e. bug fixes and stuffs ? I have always thought that it is only good for new software projects.