Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Dcom-KHU
/
2023-spring-codeReview-study
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
0
Code
Issues
1
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
손현수) 자동차 경주 시뮬레이션 기능 추가
- #1
#1
Open
Untaini
wants to merge 27 commits into
Dcom-KHU:Untaini
Dcom-KHU/2023-spring-codeReview-study:Untaini
from
Untaini:Untaini
Untaini/2023-spring-codeReview-study:Untaini
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
손현수) 자동차 경주 시뮬레이션 기능 추가
#1
Untaini
wants to merge 27 commits into
Dcom-KHU:Untaini
Dcom-KHU/2023-spring-codeReview-study:Untaini
from
Untaini:Untaini
Untaini/2023-spring-codeReview-study:Untaini
Copy head branch name to clipboard
Commits
Commits on Mar 14, 2023
docs: update implementation function docs
Show description for 62e0cd4
Untaini
committed
62e0cd4
View commit details
Copy full SHA for 62e0cd4
Browse repository at this point
Commits on Mar 15, 2023
feat: getCarListFromInput function
Show description for 5e38f7e
Untaini
committed
5e38f7e
View commit details
Copy full SHA for 5e38f7e
Browse repository at this point
refactor: change getCarListFromInput function return type
Show description for ecddec2
Untaini
committed
ecddec2
View commit details
Copy full SHA for ecddec2
Browse repository at this point
refactor: Add InputUtils class
Show description for c4b9717
Untaini
committed
c4b9717
View commit details
Copy full SHA for c4b9717
Browse repository at this point
feat: getTotalRoundFromInput
Show description for 1b780d9
Untaini
committed
1b780d9
View commit details
Copy full SHA for 1b780d9
Browse repository at this point
feat: move and print function in Car class
Show description for 32e13eb
Untaini
committed
32e13eb
View commit details
Copy full SHA for 32e13eb
Browse repository at this point
feat: get function in Car class
Show description for 5e45720
Untaini
committed
5e45720
View commit details
Copy full SHA for 5e45720
Browse repository at this point
feat: playAllRounds function
Show description for cd48ee3
Untaini
committed
cd48ee3
View commit details
Copy full SHA for cd48ee3
Browse repository at this point
refactor: change incorrect function name
Show description for 04615d7
Untaini
committed
04615d7
View commit details
Copy full SHA for 04615d7
Browse repository at this point
feat: printWinners function
Show description for 06b3c8b
Untaini
committed
06b3c8b
View commit details
Copy full SHA for 06b3c8b
Browse repository at this point
refactor: change error tag
Show description for 65b263b
Untaini
committed
65b263b
View commit details
Copy full SHA for 65b263b
Browse repository at this point
refactor: change pickNumberInRange import
Show description for f788aef
Untaini
committed
f788aef
View commit details
Copy full SHA for f788aef
Browse repository at this point
style: change newline format and function order
Show description for 681039c
Untaini
committed
681039c
View commit details
Copy full SHA for 681039c
Browse repository at this point
Commits on Mar 18, 2023
feat: add StringValidator class
Show description for be24ffb
Untaini
committed
be24ffb
View commit details
Copy full SHA for be24ffb
Browse repository at this point
refactor: add PrintManager class
Show description for b118782
Untaini
committed
b118782
View commit details
Copy full SHA for b118782
Browse repository at this point
feat: add StringConvertor class
Show description for 56122be
Untaini
committed
56122be
View commit details
Copy full SHA for 56122be
Browse repository at this point
feat: add Round class
Show description for e7f1526
Untaini
committed
e7f1526
View commit details
Copy full SHA for e7f1526
Browse repository at this point
feat: add Game class
Show description for 0324770
Untaini
committed
0324770
View commit details
Copy full SHA for 0324770
Browse repository at this point
feat: createCar func
Show description for 1dabec0
Untaini
committed
1dabec0
View commit details
Copy full SHA for 1dabec0
Browse repository at this point
refactor: remove unused function
Show description for 4b6fc87
Untaini
committed
4b6fc87
View commit details
Copy full SHA for 4b6fc87
Browse repository at this point
refactor: use Game instance and remove unused function
Show description for 8dc465d
Untaini
committed
8dc465d
View commit details
Copy full SHA for 8dc465d
Browse repository at this point
feat: getWinnersString function
Show description for 1fee1e4
Untaini
committed
1fee1e4
View commit details
Copy full SHA for 1fee1e4
Browse repository at this point
refactor: add tool, game package
Show description for 1d07b2b
Untaini
committed
1d07b2b
View commit details
Copy full SHA for 1d07b2b
Browse repository at this point
refactor: change canCarName to cannotUseCarName
Show description for 66ed54a
Untaini
committed
66ed54a
View commit details
Copy full SHA for 66ed54a
Browse repository at this point
Commits on Mar 25, 2023
refactor: move func from PrintManger to ListConvertor
Show description for e76735a
Untaini
committed
e76735a
View commit details
Copy full SHA for e76735a
Browse repository at this point
refactor: change var name and func name for deleting type in name
Show description for dc2657f
Untaini
committed
dc2657f
View commit details
Copy full SHA for dc2657f
Browse repository at this point
refactor: declare that the constructor cannot be called
Show description for 63b1b06
Untaini
committed
63b1b06
View commit details
Copy full SHA for 63b1b06
Browse repository at this point
You can’t perform that action at this time.