Skip to content

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