Summary: Assembling Our Components
A recap of how we've integrated persistence into Mastery and how we could potentially incorporate it into other frameworks.
We'll cover the following...
Knowing when to bring in persistence
In this chapter, we showed how components work together. Starting a project with abstract structs rather than immediately into persistence gives us some tangible benefits. The biggest one was having a larger functional core and a smaller boundary. Building in persistence at that point allowed ...