chuyiting / pe

0 stars 0 forks source link

Anotation error in UML diagram #10

Open chuyiting opened 4 years ago

chuyiting commented 4 years ago

The standard package name should be all small case for this module. In the graph, the package name is camel case.

Screenshot 2020-11-13 at 5.26.35 PM.png

nus-se-bot commented 3 years ago

Team's Response

While it is indeed true that according to this module, coding packages should be in lower case, what is represented here is not the literal code package but a high-level description in terms of code modules.

It is updated from the original AB3 diagram which uses Title case (or possibly PascalCase) to represent the packages. AB3 Model diagram.png Unlike the AB3 diagram, it omits a significant amount of low-level details to show only the key components of each module.

Additionally, according to the textbook, there is no specification regarding package or module drawings for UML class diagrams. As such I believe this is acceptable under the following category

uml notation variation.png

taken from here.

The closest to a 'package diagram' that we could find was this

package diagrams.png

which capitalises the first letter as well.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]