102
you are viewing a single comment's thread
view the rest of the comments
[-] yogthos@lemmy.ml 5 points 3 weeks ago

I find what you generally want is a service bus. For example, if you have common tasks like sending emails, making PDFs, etc. you can create generic services that handle the action, and then call them providing the context such as the document the service should operate on. Meanwhile, actual business logic and the state should absolutely live in a single place.

this post was submitted on 01 Jul 2025
102 points (98.1% liked)

Programmer Humor

37334 readers
430 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS