Writing Robust Code
Alan and Joe discuss the importance of flowing through business logic rather than directly manipulating data in the database. They emphasize the risks of missing crucial details and the need to involve developers familiar with the bounded context to minimize errors. The conversation highlights the significance of improving models to reduce one-offs and hacks in coding practices.In this clip
From this podcast

Coding Blocks
Strategic Design and Domain Events
Related Questions
What needs to be done with business logic in the data layer that doesn't make sense to have in the domain layer according to Uncle Bob's clean architecture?
What needs to be done with business logic in the data layer that doesn't make sense to have in the domain layer according to Uncle Bob's clean architecture in the episode Clean Architecture - The Art of Drawing Lines and the clip Clarifying Dependencies?