Skip to content
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

Add javadoc and update DG #131

Merged
merged 8 commits into from
Oct 31, 2023

Conversation

ryan1604
Copy link

@ryan1604 ryan1604 commented Oct 31, 2023

Fixes #102

@ryan1604 ryan1604 added this to the v2.0 milestone Oct 31, 2023
@ryan1604 ryan1604 self-assigned this Oct 31, 2023
Copy link

@NeoMinWei NeoMinWei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

* [User Stories](#user-stories)
* [Non-Functional Requirements](#non-functional-requirements)
* [Glossary](#glossary)
* [Instructions for manual testing](#instructions-for-manual-testing)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice addition

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

*
* @param rawCommand The raw command containing arguments and parameters given by the user.
* @throws FinancialPlannerException If there is an issue with budget format.
*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need javadoc for private methods also?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no

@@ -2,10 +2,9 @@

participant ":BudgetCommand" as BudgetCommand
participant "<<class>>\nBudget" as Budget
participant "<<class>>\nUi" as Ui
participant ":Ui" as Ui

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Copy link

@wwweert123 wwweert123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

* Returns the current budget.
*
* @return The current budget.
*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think javadocs for getters and setters are necessary :(((

@@ -10,21 +11,35 @@

import java.time.LocalDate;

/**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good comments 💯

* [User Stories](#user-stories)
* [Non-Functional Requirements](#non-functional-requirements)
* [Glossary](#glossary)
* [Instructions for manual testing](#instructions-for-manual-testing)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ryan1604 ryan1604 merged commit 467bb9b into AY2324S1-CS2113-T18-2:master Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add JavaDoc comments
3 participants