Sequence diagrams should reflect the proper class names of all objects/classes interacting inside the diagram.
However the sequence diagram used in the architecture section of LinkMeIn refers to a class UI, while in the actual codebase the class is named Ui, with a lower capital i.
As the diagram is still largely understandable, flagged as a cosmetic issue.
Sequence diagrams should reflect the proper class names of all objects/classes interacting inside the diagram.
However the sequence diagram used in the architecture section of LinkMeIn refers to a class
UI
, while in the actual codebase the class is namedUi
, with a lower capitali
.As the diagram is still largely understandable, flagged as a cosmetic issue.