se-edu / guides

Style guides and tutorials for SE student projects
MIT License
5 stars 20 forks source link

[AB3: Tracing Code] Add more headers to section instructions #42

Open UdhayaShan1 opened 1 week ago

UdhayaShan1 commented 1 week ago
  1. Some existing images have arrows added.
  2. LogicSequenceDiagram puml edited to show creation of the parser and execution of EditCommand
  3. Introduce lower level sequence diagram of EditCommand under Tracing the execution path
  4. Add headers to segment the tracing to make it clearer image
  5. Add label annotations, green for method calls and red for returning from method calls. image

Fix #17

UdhayaShan1 commented 3 days ago

Added remaining sections with edits reflected in PR description.