marcusolsson / goddd

Exploring DDD in Go
MIT License
2.41k stars 273 forks source link

Does the implementation of routing service really belong to booking? #10

Closed marcusolsson closed 8 years ago

marcusolsson commented 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.

Discussion:

Where should the implementation of domain services be placed?

Alternatives:

marcusolsson commented 8 years ago

Moved the implementation to routing package.