← Back to context

Comment by TickleSteve

6 years 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.

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.