Elyovs / pe

0 stars 0 forks source link

print() is not returned to the caller but instead to another class #12

Open Elyovs opened 5 months ago

Elyovs commented 5 months ago

After CalculaChroniclesOfTheAlgorithmicKingdom class calls the print() method in Ui, it should instead return to CalculaChroniclesOfTheAlgorithmicKingdom, then CalculaChroniclesOfTheAlgorithmicKingdom returns to User, instead of directly returns to User.

image.png

nus-se-script commented 5 months ago

Team's Response

No details provided by team.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: It caused inconvenience to user as returning to a different method is not possible in the implementation, and thus affect the credibility of the diagram. Furthermore, it is unclear why low severity is chosen instead.