-
Notifications
You must be signed in to change notification settings - Fork 6
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
[객체 지향 설계 및 디자인 패턴 실전 tdd 스터디] 이장원 프리코스 1차 과제 제출입니다. #5
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Application 클래스가 Controller 역할인걸까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
생성자에 있는 while 문을 새로운 클래스 또는 메소드로 extract 해보세요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
타입 안정성을 갖기 어려운 HashMap 보다는 클래스로 묶어보는게 어떨까요? 용도를 보아하니 구조체처럼 쓰신 것 같아서요!
No description provided.