L13 - Good To Know Flashcards
Design Goals need to be _____________
prioritized.
System under consideration should never be …
… represented as actor.
Names in Class Diagrams are always written in ___________.
singular
How can an if-Condition be expressed in Sequence Diagrams?
With alt[cond] container. Else with: [else]
Checklist Scenarios
Concrete user + Concrete interaction + Concrete instance + Cover various instances
Advantages and Disadvatages of MVCs
Extensibility + Modifiability + Access Control BUT: response time - view is updated after Model is updated
Keyword: Static
One copy of an attribute that is shared across all objects
User Story
As a (type of user) I want (goal) so that (reason). Especially used in XP and Scrum