se-edu / guides

Style guides and tutorials for SE student projects
MIT License
7 stars 24 forks source link

PlantUML guide: Add tip about #51

Open damithc opened 1 month ago

damithc commented 1 month ago

Add the tip mentioned in https://github.com/nus-cs2103-AY2223S1/forum/issues/384 to the https://se-education.org/guides/tutorials/plantUml.html

mfjkri commented 1 month ago

Will make a PR for this! PR will create a new header in the Tips and Tricks section for using reference frames in PlantUML.

--

It would look like:

Making reference frames

We can split UML diagrams to break complicated diagrams into simpler ones.

group sd reference_frame_name end
damithc commented 1 month ago

@mfjkri Go ahead and send a PR.