DEV Community

[Comment from a deleted post]
Collapse
 
asynccrazy profile image
Sumant H Natkar

I think it's always better to write your code in such a way that, all the layers in your code are loosely coupled.

If this basic principle is followed, you save yourself a lot of headache in the future, and also introducing any new functionality becomes that much easy.