DEV Community

Discussion on: Open question. Is it really possible to keep a big project code clean?

Collapse
 
jamesmh profile image
James Hickey

Generally, I mean sharing code between modules or assemblies, etc.

At face value that might sound strange to many, but I've seen this hinder large projects because they are all coupled together due to these shared "common" libraries.

This is what something like microservices totally avoids - which is one of the main reasons these services are easily replaced, etc.