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

Immutable loaning and returning #152

Merged
merged 4 commits into from Oct 22, 2019

Conversation

seeziyang
Copy link

@seeziyang seeziyang commented Oct 21, 2019

Fixes #145

@seeziyang seeziyang changed the title Immutable loan Immutable loaning and returning Oct 21, 2019
Copy link

@hoholyin hoholyin left a comment

Choose a reason for hiding this comment

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

Overall comprehensive changes to make the class immutable!

src/main/java/seedu/address/model/BorrowerRecords.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/model/BorrowerRecords.java Outdated Show resolved Hide resolved
src/test/java/seedu/address/model/loan/LoanListTest.java Outdated Show resolved Hide resolved
src/test/java/seedu/address/model/loan/LoanListTest.java Outdated Show resolved Hide resolved
Copy link

@hoholyin hoholyin left a comment

Choose a reason for hiding this comment

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

LGTM!

@hoholyin hoholyin merged commit 0b38946 into AY1920S1-CS2103T-F13-1:master Oct 22, 2019
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.

Make loaning/returning immutable (Loan and Borrower)
3 participants