ThreeDotsLabs / wild-workouts-go-ddd-example

Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
https://threedots.tech
MIT License
5.04k stars 464 forks source link

An article for successful Golang Error Handling? #41

Open frederikhors opened 2 years ago

frederikhors commented 2 years ago

It would be great to read your article on error handling "the correct way" in Go.

I mean, how to handle (where? in app layer? in ports layer?) different validation/temporary (to retry)/logic/instrumentation/network errors.