February 2020
Beginner to intermediate
177 pages
3h 29m
English
If you are picking up this book, it is because you want to level up the quality of the code you are producing. Regardless of the background and what type of work you are trying to achieve, testing is a prime indicator of solid software practices. From students to data scientists and programmers, testing is a core value that should be practiced, enhanced, and maintained throughout. When testing is part of a project, it means that the code is brief enough that it can easily accept inputs to ensure the outputs meet expectations. On the other hand, when it is hard, it indicates that code is fragile, and a refactoring should take place.
Testing is here to help you write better software, enhance your confidence, and make it easier to ...