Choosing Our Layers
Let’s learn about the different types of layers and how to utilize them in a project.
We'll cover the following...
Categories of layers
We recommend the following software layers:
-
Data structures
-
A functional core
-
Tests
-
Boundaries
-
Lifecycle
-
Workers
Not every project will have all of these layers, but some will. It’s our job as the author of a codebase to ...