nus-cs2103-AY2223S2 / forum

12 stars 0 forks source link

UML sequence diagram ref without and sd #293

Closed StanleyNeoh closed 1 year ago

StanleyNeoh commented 1 year ago

Hello.

I am currently trying to draw a UML sequence diagram to show many if-else statements, similar to what you may see in a Command pattern.

EventHandling

Is it okay to use refs without a sd for every ref?

Thank you in advance

damithc commented 1 year ago

@StanleyNeoh Yes. In fact, you can also omit some of the ref frames as they don't seem to add much value. Show just a few and add a note to explain how the rest are done similarly.

StanleyNeoh commented 1 year ago

@damithc Thank you