Open
Conversation
Open
Author
|
전에 남아있었던 코멘트들입니다 [macqueen0987] left a comment [hyungin0505] commented [18 minutes ago] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
최초 실행 시 racingcar/Application.java의 main메서드가 실행.
main메서드는 RacingCarController의 racingCarStart()를 호출함으로써 게임 실행.
view는 사용자와 상호작용하는 입출력을 담당함
VO는 각 단계에서 필요한 데이터들을 저장하는 객체인데 입력, 실행, 출력 단계에서의 VO가 선언되어 있음.
controller들은 입력값을 검사하고 Service와 view를 이어주는 역할을 함.
service는 데이터를 활용하여 직접적인 실행을 하는 역할을 함. 게임을 실행하는 service와 결과로 출력할 데이터를 얻는 service로 구성됨.
죄송합니다, github를 많이 안 다루어봐서 브랜치이름 바꾸면 pullrequest가 없어지는지 몰랐습니다 ㅠㅠ