DEV Community

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

Collapse
 
torepett profile image
Tore Pettersen

I prefer the second option since it keeps logic that belongs to each other together. Meaning I don't have to jump through a bunch of different folders when I am just working on one feature.

You can also read my post about why you should care about loose coupling.