forked from nus-cs2103-AY1718S1/addressbook-level4-old
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[se-edu#534] HistoryCommand: Returns previous commands in reverse chr…
…onological order (se-edu#537) The HistoryCommand returns the previous commands in chronological order. This goes against the intuition that history ought to be viewed in reverse chronological order. We are expecting that the user will want to see what he has typed most recently, just like how Google Chrome History works. Let’s update HistoryCommand to return previous commands in reverse chronological order.
- Loading branch information
1 parent
152302e
commit a817b56
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters