princomp / princomp.github.io

Teaching material for the principles of computer programming using C#.
https://princomp.github.io/
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

UML uniform notation #12

Closed aubertc closed 1 month ago

aubertc commented 1 month ago

We use two styles for UML diagrams:

https://github.com/princomp/princomp.github.io/blob/f5c4931b70ee69f29df37cbb6c06c14e330a5992/source/lectures/flow/control_flow_and_classes.md?plain=1#L470C1-L483

image

and the one at https://princomp.github.io/lectures/oop/oop-intro#introduction-to-uml

image

We should be uniform and settle on one style.

aubertc commented 1 month ago

https://github.com/princomp/princomp.github.io/commit/c7de98ba77c83691d6f6ae24df094b79751e5bf1 solves this but moving all the UML diagrams into separate files and checking them for consistency.