Tag: loose coupling

Loosely Couple Your Schema and Keep Data Separate
In software development, one of the primary goals is to write clean, maintainable and extensible code. To achieve this, developers often strive to design systems that are loosely coupled and separate concerns ...