August 2021
Intermediate to advanced
413 pages
6h 44m
English
Writing source code and running it is not the real win! The real win is writing code covered with tests that guarantee that the business logic is correctly implemented.
Tests coverage is a very important metric that shows the dark side of the code. The bigger the coverage is, the more insurance we have that our code is protected against any hasty or dirty updates or refactoring.
In this example case, the tests will be the protective shield against problems that occur while splitting ...
Read now
Unlock full access