Skip to content

feat: implements Wardrobe Collection and custom PersonalCloset class with test cases #524

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

Closed

Conversation

karensprojects22
Copy link
Contributor

No description provided.

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

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

Checks are failing, looks like bad formatting in a few places.

// Personal closet class to represent persons wardrobe collection
public class PersonalCloset {
// Enum for seaons
public enum Season {
Copy link
Contributor

Choose a reason for hiding this comment

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

Formatting looks wrong, please fix.

}

@Test
public void testAddItemToEmptyCloset {
Copy link
Contributor

Choose a reason for hiding this comment

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

I see you're still working on this. Carry on.


// Adding item to closet and increasing total value of closet
items.add(item);
totalValue += item.getValue();
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

@anthonydmays
Copy link
Contributor

Going to close for now, but feel free to re-open if you want to keep working on it.

@karensprojects22 karensprojects22 deleted the lesson_16 branch April 24, 2025 20:00
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.

2 participants