Wrapping Up
Let's highlight the main contents of this chapter.
We'll cover the following...
The importance of tests
Tests that are easy to read and modify are essential for having an application that any teammate can maintain in the future. These tests also help identify errors in code.
Author’s Note: When I created the
DedupeChannel
, I discovered a bug where the ...