#Ruby #Testing https://medium.freecodecamp.com/how-to-dry-out-your-rspec-tests-using-shared-examples-d5cc5d33fd76#.4my8gx7w5
freeCodeCamp
How to DRY out your RSpec Tests using Shared Examples
“Give me six hours to chop down a tree and I will spend the first four sharpening the axe.” — Abraham Lincoln
#JS #Testing https://medium.freecodecamp.org/why-i-now-appreciate-testing-and-why-you-should-too-74d48c67ab72
freeCodeCamp.org
Why I now appreciate testing, and why you should, too.
There’s a common misconception that writing tests slows down development speed. While the benefits of testing may not be immediately…
#Testing https://understandlegacycode.com/blog/3-steps-to-add-tests-on-existing-code-when-you-have-short-deadlines/
Understandlegacycode
3 steps to add tests on existing code when you have short deadlines
Here's a recipe you can follow when you want to add tests on Legacy Code, but you don't have much time to do so.