Hacker News new | ask | show | jobs
by pulse7 1787 days ago
There is a difference between "loose coupling" and "tight coupling". Components/modules should be loosely coupled - regardless if they run within the same process or not. Component/module interfaces should be carefully designed so that coupling is loose.
1 comments

from your perspective, what are the differences?