nus-cs2113-AY2021S1 / forum

8 stars 0 forks source link

Sequence diagram bug #134

Open AndreWongZH opened 4 years ago

AndreWongZH commented 4 years ago

Regarding this issue, Isit okay if the arrows does not point to any object if the object is out of scope(not in my controller component)?

Would it be similar to the starting arrows as in the diagram in the textbook? image

okkhoy commented 4 years ago

The 2 are not similar. Look at execute() method in the mentioned issue. If ControlManageris invoking execute, that means, ControlManagerobject knows about the object to which execute belongs. That is not present in the diagram. Which is a valid bug. This is not the same as the diagram in the textbook.

AndreWongZH commented 4 years ago

Thanks prof