You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
Thanks for creating this repository. Now, I am studying with this.
Especially, I felt interested in wrapping service.
var bs booking.Service
bs = booking.NewService(..)
bs = booking.NewLoggingService(...)
As far as I know, DDD has layerd architecture, but packages on this code is placed in flat.
When I develop golang web application, for example, I often write as below:
Thanks for creating this repository. Now, I am studying with this.
Especially, I felt interested in wrapping service.
As far as I know, DDD has layerd architecture, but packages on this code is placed in flat.
When I develop golang web application, for example, I often write as below:
I think this is better, but what do you think?
I am happy if you check it out 😄