DEV Community

Discussion on: How do you organise code in a monolith?

Collapse
 
chrisrhymes profile image
C.S. Rhymes

I watched a talk a couple of weeks ago on LaraCon Online where they talked about domain driven design. Seems like a good structure for all your business logic so when you are working on the blog you go to the blog folder, but within that you could have sub directories for models, event listeners, etc. to keep it organised.