June 2018
Intermediate to advanced
320 pages
10h 11m
English
This chapter covers
Have you ever worked in a code base that has lots of tests, but the tests break randomly, require constant updating, and never prevent you from creating regression errors? This situation is surprisingly easy to create when you have more than two developers working on a code base. Having a solid testing strategy and understanding where to draw the line between unit tests and integration tests is important for any app. But isomorphic apps have an additional ...