Was bedeutet Design Principle?
Das International Software Architecture Qualification Board (ISAQB) definiert den Begriff „Design Principle“ wie folgt:
Unter Design Principle versteht man „
Set of guidelines that helps software developers to design and implement better solutions
where “better” could, for example, mean one or more of the following:<ul
low coupling.</li
high cohesion.</li
<li
separation of concerns or adherence to the Single Responsibility Principle.</li
adherence to the Information Hiding principle.</li
avoid Rigidity: A system or element is difficult to change because every change potentiall
affects many other elements.</li
avoid Fragility: When elements are changed, unexpected results, defects or otherwise negative consequence
occur at other elements.</li
avoid Immobility: An element is difficult to reuse because it cannot be disentagled from the rest of the system.</li
</ul<br„
Wenn Sie ähnliche Fachbegriffe wie Design Principle nachschlagen müssen, schauen Sie doch einfach in unserm umfangreichen Glossar nach. Oder durchsuchen Sie unser Wörterbuch: