|
|
|
|
|
by m110
922 days ago
|
|
Take a look at: https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-exampl... (I’m one of the authors.) This project shows how to apply more complex patterns popular in business applications while staying true to the Go ideas, and not copying them blindly from Java. In the Go community, you’ll often hear people say „just keep things simple” beats all patterns and is all you need. This may be true if you write a CLI tool or a small library, but if you have a team maintaining a big application, some patterns are super helpful. |
|