Skip to content

Commit

Permalink
Update DeveloperGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
namsengi11 committed Apr 10, 2023
1 parent 92430b8 commit 11bdbc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ Messages used by multiple components are in the [`seedu.brokeMan.common`](https:

### Exception classes

Exceptions are used mainly by the parser to restrict commands from entering undesirable/unusable inputs provided by the user.

Possible exceptions in multiple components are defined in the [`seedu.brokeMan.exception`](https://github.com/AY2223S2-CS2113-F13-2/tp/tree/master/src/main/java/seedu/brokeMan/exception) package.

[back to contents](#table-of-contents)
Expand Down Expand Up @@ -251,7 +253,7 @@ addEntry(), listEntry(), deleteEntry(), editEntry()

* Underlying methods of the add, edit, view, and delete features of Expense and Income class.
* Edit entry has different methods for each data stored in an entry. (E.g. amount, time...etc).
- Edit method makes use of the private edit methods of the entry class.
- Edit method makes use of the private edit methods of the Entry class.


getTotalAmount(), sortEntriesByAmount(), sortEntriesByDate(), findEntriesByCategory(), selectEntryForDate(), getEntryListSum()
Expand Down

0 comments on commit 11bdbc7

Please sign in to comment.