Carregando...
Glossary term

Design Debt

Definition(s):

It refers to technical shortcuts are taken in the specified design, and they may be found by analyzing the source code or design models. Some examples of Design Debt items are: software design deviating significantly from the specified design; excessive or intricate design (methods and/or classes); violations of the principles of good object-oriented design; some code smells and/or grime.

Source(s):

SSTD1, SSTD2, SSTD3, SSTD5, SSTD6, SSTD7, SSTD9, SSTD12, SSTD17 and SSTD18

Glossary