Skip to content

glucosei/week1#58

Open
glucosei wants to merge 4 commits intomainfrom
glucosei/week1
Open

glucosei/week1#58
glucosei wants to merge 4 commits intomainfrom
glucosei/week1

Conversation

@glucosei
Copy link

@glucosei glucosei commented Apr 1, 2025

최초 실행 시 racingcar/Application.java의 main메서드가 실행.
main메서드는 RacingCarController의 racingCarStart()를 호출함으로써 게임 실행.

view는 사용자와 상호작용하는 입출력을 담당함

VO는 각 단계에서 필요한 데이터들을 저장하는 객체인데 입력, 실행, 출력 단계에서의 VO가 선언되어 있음.

controller들은 입력값을 검사하고 Service와 view를 이어주는 역할을 함.

service는 데이터를 활용하여 직접적인 실행을 하는 역할을 함. 게임을 실행하는 service와 결과로 출력할 데이터를 얻는 service로 구성됨.

죄송합니다, github를 많이 안 다루어봐서 브랜치이름 바꾸면 pullrequest가 없어지는지 몰랐습니다 ㅠㅠ

@glucosei glucosei linked an issue Apr 1, 2025 that may be closed by this pull request
@glucosei
Copy link
Author

glucosei commented Apr 1, 2025

전에 남아있었던 코멘트들입니다

[macqueen0987] left a comment
깔끔하고 정석적으로 잘하신것 같습니다!

[hyungin0505] commented [18 minutes ago]
역할별로 구분이 명확한 것 같아서 좋습니다

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주차] 레이싱카 과제 제출

1 participant