Glossary
Glossary
| Term | Definition | Remarks | 
|---|---|---|
ADR  | 
Architecture Design Record  | 
|
DDD  | 
Domain-Driven Design  | 
|
DoD  | 
Definition of Done  | 
|
FSM  | 
Finite State Machine  | 
|
SDL  | 
Specification and Description Language  | 
|
UML  | 
Unified Modeling Language  | 
|
VAT  | 
Value-Added Tax  | 
Abbreviations
| Term | Definition | Remarks | 
|---|---|---|
Hdl  | 
Handler  | 
A handler is responsible for handling a specific part of the system. It is a facade for the underlying subsystem. The class name has the suffix
  | 
Imp  | 
Implementation  | 
Default implementation of an interface. The class name is the interface name with the suffix   | 
Mgr  | 
Manager  | 
A manager class is responsible for managing an overall part of the system. It is a facade for the underlying subsystem. The class name has the
suffix   | 
TSV  | 
Tab Seperated Value  | 
|
View  | 
View Class  | 
A view class displays entities of a specific type. The class name is the plural form of the entity name with the suffix   |