Skip to content

블랙잭게임 2단계 코드리뷰요청 드립니다. #9

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

Open
wants to merge 1 commit into
base: eoeh04
Choose a base branch
from

Conversation

eunii
Copy link

@eunii eunii commented Aug 11, 2021

  • 상태패턴
    참고자료
    특정 상태에따라 같은 행위도 다른 상태를 반환함
    if절로 어떤 상황인지 많이 구분해서 쓸때 유용한 디자인 패턴이다.

  • 파라미터 테스트
    @ParameterizedTest: 파라미터를 입력 받은 주석
    @CsvSource(value = {" key1,value1", "key2, value2"}) : 입력할 여러개의 파라미터를 , 로 구분지어 입력한다
    void function(Key key, Value value) : 함수 생성자에서 파라미터를 입력받아 사용한다

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.

1 participant