In the previous chapter, we built a really awesome ORM. With it, we can take our database work to a whole new level. It should give you lots to tinker with and think about.
In this chapter, we’re going to work on eliminating boilerplate and making it easier to share dependencies between different parts of our system.
During the Break…
Before we dive into building a dependency injection container, we’re going to review a few improvements I made to the website between chapters.