July 2022
Beginner
192 pages
6h 24m
English
This chapter covers
Unit testing is one of those tasks that all junior developers are assigned, especially when they first join an existing project. It is expected that they get familiar with the source code as soon as possible. The problem, though, is that the purpose of unit testing is to provide security and certainty over the stability of your code so you know it’s bug-free after you change it. Unit testing is not intended to help you understand a codebase. Furthermore, a junior ...
Read now
Unlock full access