User Tools

Site Tools


principles:low_coupling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
principles:low_coupling [2020-02-17 00:48] – [Description] 31.4.241.79principles:low_coupling [2021-10-18 21:49] (current) – +++ restored +++ christian
Line 27: Line 27:
   * //No coupling//: The modules do not know each other.   * //No coupling//: The modules do not know each other.
   * //Call coupling//: A module calls another one.   * //Call coupling//: A module calls another one.
-  * //Implementation coupling//: A module calls another module implementation with no interface intermediary. 
   * //Data coupling//: A module calls another one passing parameters to it.   * //Data coupling//: A module calls another one passing parameters to it.
   * //Stamp coupling//: A module calls another one passing complex parameters to it.   * //Stamp coupling//: A module calls another one passing complex parameters to it.
Line 131: Line 130:
  
 Discuss this wiki article and the principle on the corresponding [[talk:principles:Low Coupling|talk page]]. Discuss this wiki article and the principle on the corresponding [[talk:principles:Low Coupling|talk page]].
 +
principles/low_coupling.1581896907.txt.gz · Last modified: 2020-02-17 00:48 by 31.4.241.79