Home > Articles posted by Hugh McKee
FEATURE
on Apr 28, 2023
526 views 16 secs

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 into smaller, more manageable components. Loose coupling refers to the practice of designing components that are not tightly dependent on one another, allowing […]