Thanks Damiano. Very helpful. What is idiomatic way of "dependency injection" at Go, please? For example, how particular instance of Repository interface is going to be obtained?
For a brilliant take on DDD without objects, read Domain Modeling Made Functional by Scott Wlaschin. He uses F#, but you'll learn a great deal about how to build clean apps whatever language you're using.
Never apologize for your accent. Be proud of it!
Will be great if telling more about the details of events' generating and consuming
Awesome video
any github repo?
Thanks Damiano. Very helpful. What is idiomatic way of "dependency injection" at Go, please? For example, how particular instance of Repository interface is going to be obtained?
In case this might help, Google have written a library for dependency injection. github.com/google/wire
For a brilliant take on DDD without objects, read Domain Modeling Made Functional by Scott Wlaschin. He uses F#, but you'll learn a great deal about how to build clean apps whatever language you're using.
Its among one of my favorites. I really love it.