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

Feature lecture 3 #3

Merged
merged 4 commits into from
Jul 26, 2020
Merged

Feature lecture 3 #3

merged 4 commits into from
Jul 26, 2020

Conversation

VladikBrown
Copy link
Owner

lecture 3 is done

@VladikBrown VladikBrown merged commit 20bba10 into master Jul 26, 2020

public class Cart {
//LinkedHashMap would be better?
//Can Entity-Bean contain some business-logic?

Choose a reason for hiding this comment

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

No, bean -- smth like POJO

import java.util.List;

public class Cart {
//LinkedHashMap would be better?

Choose a reason for hiding this comment

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

LinkedHashMap is a specific realization, instead of interface. This is the only drawback i could see

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