nus-cs2113-AY2122S2 / forum

3 stars 2 forks source link

Sequence diagram requirements and how detail does the class diagram needs to be. #63

Open siewyangzhi opened 2 years ago

siewyangzhi commented 2 years ago

Good day professor,

Since in our development guide we would be describing each one of our program's functionality, are we expected to have a sequence diagram for each one of these functions?

Furthermore, within the class diagrams used to describe a particular functionality of our program, are we expected to specify every variable/method within the classes in our class diagram or do we only need to specify the variable and methods within each class that the particular functionality uses.

okkhoy commented 2 years ago

If it makes sense to include a sequence diagram to describe the feature include it. There is no fixed number. Each of you should have some to showcase your ability to draw UML.

Use this as a reference to draw class diagrams; where necessary include additional details. No need to include everything that is there in the code in the class diagram.