Open damithc opened 4 years ago
Can omit parameters if doing so doesn't cause ambiguities. Also, you can use AddCommand#execute(...)
to indicate that parameters have been omitted.
@damithc . Hi Prof, can this be applied to the sequence diagram as well? (or whatsoever diagrams). It helps the diagram to be more compact and readable.
@damithc . Hi Prof, can this be applied to the sequence diagram as well? (or whatsoever diagrams). It helps the diagram to be more compact and readable.
Yes @seanjyjy
[Received from a student]
How do we properly quote methods in our developer guide? I am not sure whether we need to include the parameters of a method.
Using AB3 example, do we write
AddCommand#execute(model)
orAddCommand#execute()
?