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

4주차 스터디 : Chapter 14. 자바 모듈 시스템 #13

Open
xlffm3 opened this issue Mar 14, 2021 · 1 comment
Open

4주차 스터디 : Chapter 14. 자바 모듈 시스템 #13

xlffm3 opened this issue Mar 14, 2021 · 1 comment

Comments

@xlffm3
Copy link
Member

xlffm3 commented Mar 14, 2021

기간

  • 2021.03.12 ~ 2021.03.19

진행자

  • 로키
@xlffm3
Copy link
Member Author

xlffm3 commented Mar 14, 2021

공부한 내용

https://xlffm3.github.io/java/chapter14-module-system/

느낀 점, 궁금한 점

  • 우리가 접근제어자를 통해 이룩하고자 했던 캡슐화가 클래스,패키지 단위에도 중요하다는 점을 느꼈다.
    • 내부 구현 목적을 위해 제작해둔 패키지가 외부에서 쓸데없이 사용하는 경우 의존성이 생기고, 이는 추후 변경에 취약해진다.
  • 모듈이란 개념을 통해 패키지의 가시성을 제어할 수 있다는 장점은 있는데.... 당장 Maven을 사용해서 진행하다 보니 어려운 점이 많았다.
    • 모듈을 사용하는 프로젝트를 제대로 진행한 적이 없어서 그런지... 나중에 모듈을 사용하게 되면 추가적으로 학습해보아야겠다.

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

No branches or pull requests

1 participant