Business:Concepts:Principle:XPRINC-xxxx: Contract Before Code

Summary

  • XPRINC-xxxx: Contract before Code
    • Category:
      • Statement: Agree on the Contract between components agreed upon before designing or developing the internals.


!includeurl http://skysigal.com/_media/resources/configuration/plantuml/minimalist.txt

package Qualities {
package Maintainability {
class Modularity
class Modifiability
class Testability
}
}

package Principles {
class "Loosely Coupled, Highly Cohesive" as LCHC
class "Contract Before Code" as CBC

LCHC <|-- CBC
}

Maintainability <-- CBC

ID

XPRINC-xxxx

Categories : Statement : Agree on the Contract between components agreed upon before designing or developing the internals.

  • /home/skysigal/public_html/data/pages/business/concepts/principle/contract_before_code/home.txt
  • Last modified: 2023/11/04 22:50
  • by 127.0.0.1