-
Notifications
You must be signed in to change notification settings - Fork 1
Issues: dolly0920/Effective_Java_Study
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
ITEM 38. 확장할 수 있는 열거 타입이 필요하면 인터페이스를 사용하라
Assignment
Something to submit
#66
opened May 2, 2021 by
dolly0920
ITEM 37. ordinal 인덱싱 대신 EnumMap을 사용하라
Assignment
Something to submit
#65
opened May 2, 2021 by
dolly0920
ITEM 36. 비트 필드 대신 EnumSet을 사용하라
Assignment
Something to submit
#63
opened Apr 12, 2021 by
sypark9646
ITEM 35. ordinal 메서드 대신 인스턴스 필드를 사용하라
Assignment
Something to submit
#62
opened Apr 12, 2021 by
sypark9646
ITEM 31. 한정적 와일드카드를 사용해 API 유연성을 높이라
Assignment
Something to submit
#58
opened Apr 5, 2021 by
SGKIM94
ITEM 23. 태그 달린 클래스보다는 클래스 계층구조를 활용하라
Assignment
Something to submit
#43
opened Mar 7, 2021 by
sypark9646
ITEM 22. 인터페이스는 타입을 정의하는 용도로만 사용하라
Assignment
Something to submit
#42
opened Mar 7, 2021 by
sypark9646
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.