how is Application different from Domain?
Domain is responsible for domain logic that is stored in domain models. Application represents buisness processes to manipulate models. Like sending domain events, handling them, storing the data and so on. Infrastructure is an obvious one
Don't use domain use pure functions
Обсуждают сегодня