August 2022
Beginner to intermediate
424 pages
10h 19m
English
A self-made gift
This chapter covers
As the size of a code base grows in a project that follows DOP principles, it becomes harder to manipulate functions that receive and return only generic data. It is hard to figure out the expected shape of the function arguments, and when we pass invalid data, we don’t get meaningful errors.
Until now, we have illustrated how to validate data at system boundaries. In this chapter, we will illustrate how to validate data when it flows inside the system by defining data schemas for function ...
Read now
Unlock full access