Closed marcusolsson closed 8 years ago
The routing service is a domain service that may be used by multiple application services. Even so, currently it resides in the booking package.
booking
Discussion:
Where should the implementation of domain services be placed?
Alternatives:
routing
middleware
impl
infrastructure
Moved the implementation to routing package.
The routing service is a domain service that may be used by multiple application services. Even so, currently it resides in the
booking
package.Discussion:
Where should the implementation of domain services be placed?
Alternatives:
routing
domain package. This mixes infrastructure with domain logic though.middleware
,impl
,infrastructure
etc.