Hacker News new | ask | show | jobs
by TickleSteve 2772 days ago
(terminology nazi mode)

"... is an indication that the software design isn't (very) decoupled ".

You can be modular without being properly decoupled from the other modules.

2 comments

Hmmm... you have a point, but then, shouldn't it be "decoupled into modules"?
But then are your modules really modular?
In a C/C++ world, a module is usually defined as a file/.dll/.so on disk. So highly-coupled modules are still modules.