Summary

Tests allow us to ensure a certain code quality level. It's very important to include tests from the very beginning, while the code is simple, to ensure that we keep tests updated and avoid regressions to the expected behavior.

It's very rewarding when we see that our code has a very high test coverage. This feeling forces you to keep that high mark and indirectly maintains good code quality.

Following on from this methodology of test coverage and continuous expected behavior, let's now look in the next chapter at how to deploy your code, be it for testing, staging, or production, while retaining the same expected behavior, no matter where you're deploying.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset