Too many layers: My take on Queries and Layers

from blog Just Some Code, | ↗ original
These days I reviewed a pull request in one of my client’s projects and shared a thought about reading database entities and layering. I believe that project took layering to the extreme. These are my thoughts. For read-only database-access queries, reduce the number of layers in an application to avoid excessive mapping between layers and...