I am working on a fairly large backend service and trying to decide how to structure modules and services. Curious how others approach this.
Best way to structure a large backend project?
Mar 6, 2026
#2
I usually split services by domain boundaries. It keeps things easier to reason about.
Thanks 0
Login to interact
Mar 6, 2026
#3
Agree with domain separation. Also helps when scaling teams.
Thanks 0
Login to interact