-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SortActivityDiagram and Reorganise Implementations in DeveloperGuide #256
Update SortActivityDiagram and Reorganise Implementations in DeveloperGuide #256
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! some comments
docs/DeveloperGuide.md
Outdated
|
||
Need for `MultiComparator` object: | ||
This is to map the 1 or more comparator objects and act as a layer of abstraction where `SortCommmand` does need to know how many attributes are used in sorting. | ||
This also w |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clarification: incomplete sentence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amended
docs/DeveloperGuide.md
Outdated
**Aspect: Determining order of sorting of an attribute:** | ||
|
||
* **Current Design:** Get order of sorting from user, prompting for an input in the form of toCompare. | ||
* **Current Design:** Get order of attributes sorting from user input. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: Get order of attributes sorting
-> Get sorting order of attributes
may be clearer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amended
Noticed that you reordered that statements, as I was gonna do it too. But you can choose to merge this first, then I will make #249 follow your layout when dealing with the conflicts |
Actions:
while()
and appropriate notations to match CS2103 UML standards inSortActivityDiagram.puml
DeveloperGude.md
to matchUserGuide.md
Why sort is implemented this way
🖊️ 🐧