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

5주차 미션 구현 #8

Open
wants to merge 2 commits into
base: oliviarla
Choose a base branch
from

Conversation

oliviarla
Copy link
Member

No description provided.

import java.util.Objects;

public class Location{
private int location;

Choose a reason for hiding this comment

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

Location은 원시 값을 포장한 값 객체처럼 보이는데, 인자를 final로 만들어 immutable 하게 만들면 어떨까요? ☺️

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