nus-cs2113-AY2021S2 / pe-dev-response

0 stars 0 forks source link

Developer Guide's Sequence Diagram error in execution control #1389

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


Execution control is given to Project class but is never returned back to ResourceManager or anywhere else; the execution control then continues in ResourceManager class. This should not occur in Sequence Diagrams. Screen Shot 2021-04-16 at 5.37.24 PM.png


[original: nus-cs2113-AY2021S2/pe-interim#1389] [original labels: severity.Medium type.DocumentationBug]

NgManSing commented 3 years ago

Team's Response

No important value will be returned when ResourceManager creates a Project object. According to Minimal Notation, it is OK to omit return arrows if it does not result in ambiguities or loss of information.

Duplicate status (if any):

--