Intro to RSpec and Test Driven Development - What is it, Why is it?
Test-driven development (TDD) is the thing that'll save you from having to go through troves of code, some of which you most likely didn't write to find the bug. Sometimes you, or more likely your stupid coworker Bret, write some code that bleeps up ...
yasmina95.hashnode.dev5 min read
Renan Franca
I enjoy java☕ spring boot🍃 and Kubernetes☸️ to build awesome microservices • I love implementing automated tests😊 • @jhipster lover🤓 • Pr
Took me more than a year to write the test before the production code implementation! I think the reason is that my team doesn't appreciate automatic tests, so I have to implement them as soon as possible!
Your workflow is what I am doing as a spring boot java backend developer! If I write the test after the implementation of the production code, and my test succeeds, I will break my code to see my test failure anyway 😆