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
Event dispatch should be in a separated structure, or method;
What happens if the event isn't triggered? Do you plan to recover it? Register it? Retry?
2.1. Also, for event and marshal: Error needs to be managed, not suppressed or just logged;
https://github.com/Gierdiaz/diagier-clinics/blob/2a25ce9ee9d96132431604dbb9ab091527d75205/internal/domain/patient/service.go#L47-L50
I see two issues here:
2.1. Also, for event and marshal: Error needs to be managed, not suppressed or just logged;