Grows Hard to Test
Learn how layers can cause our software to become hard to test.
We'll cover the following...
A common evolution within a layered architecture is that layers are being skipped. We access the persistence layer directly from the web layer since we’re only manipulating a single field of an entity, and for that, we need not bother the domain layer, right? ...