-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/template pattern #10
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
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.
abstract_beverage.py
general_beverage.py
와 같이 두 파일로 따로 구현하는 방식은 어떨까요??
다른 코드도 작업할 때도 몰아서 작업해서 이것도 몰아서 작업하긴 했는데 분리하는게 좋을까요? |
네네! 아니면 분리하는 코드는 제가 한번 짜볼까요?? |
@Kimdongui 동현님 코드 짜신 후에 리뷰하겠습니다. |
Changes?
템플릿 패턴을 위한 코드 추가
Why we need?
템플릿 패턴 학습
Test?
template_test.py 를 통해 테스트
Checklist
Anything Else? (Optional)
테스트 코드를 pytest를 활용하는 형태로 변경