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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
kiworkshop
/
java-lotto
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
0
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Step2 - 로또 게임 2단계
- #15
#15
Open
pageprologue
wants to merge 22 commits into
kiworkshop:pageprologue
kiworkshop/java-lotto:pageprologue
from
pageprologue:step2
pageprologue/java-lotto:step2
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
Step2 - 로또 게임 2단계
#15
pageprologue
wants to merge 22 commits into
kiworkshop:pageprologue
kiworkshop/java-lotto:pageprologue
from
pageprologue:step2
pageprologue/java-lotto:step2
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2021
refactor : 티켓 장 수 계산 메소드 수정, static 키워드 수정
pageprologue
committed
ceb411e
View commit details
Copy full SHA for ceb411e
Browse repository at this point
refactor : 로또 당첨 순위 클래스명 변경 (LottoPrize -> LottoRank), 코드 이동 및 테스트 코드 수정
pageprologue
committed
250b0a0
View commit details
Copy full SHA for 250b0a0
Browse repository at this point
docs : 구현 목록 추가
pageprologue
committed
5079c3d
View commit details
Copy full SHA for 5079c3d
Browse repository at this point
style : 패키지 정리
pageprologue
committed
76114b5
View commit details
Copy full SHA for 76114b5
Browse repository at this point
feat : 티켓 장 수 테스트 및 기능 구현, 관련 소스 수정
pageprologue
committed
7889a2c
View commit details
Copy full SHA for 7889a2c
Browse repository at this point
feat : InputView 수동 티켓 입력, 티켓 장 수 예외 처리 추가
pageprologue
committed
3ce0976
View commit details
Copy full SHA for 3ce0976
Browse repository at this point
feat : 로또 수동 생성 테스트 및 기능 추가
pageprologue
committed
0f9d2a0
View commit details
Copy full SHA for 0f9d2a0
Browse repository at this point
feat : 전체 로또 티켓 생성 테스트 및 기능 추가, 관련 소스 수정
pageprologue
committed
7f7ae6c
View commit details
Copy full SHA for 7f7ae6c
Browse repository at this point
refactor : OutputView 정리
pageprologue
committed
4f4b103
View commit details
Copy full SHA for 4f4b103
Browse repository at this point
feat : 로또 번호가 중복될 경우 예외 발생 테스트 및 기능 구현
pageprologue
committed
1fe76e0
View commit details
Copy full SHA for 1fe76e0
Browse repository at this point
feat : 당첨 결과 테스트 및 기능 구현, 관련 소스 수정, 코드 정리
pageprologue
committed
6983ea5
View commit details
Copy full SHA for 6983ea5
Browse repository at this point
fix : 보너스 번호가 일치하는 경우 당첨 순위 버그 수정 및 테스트 코드 작성
pageprologue
committed
2094b29
View commit details
Copy full SHA for 2094b29
Browse repository at this point
refactor : 요소가 없는 경우 Collections.emptyList() 로 변경
pageprologue
committed
4089514
View commit details
Copy full SHA for 4089514
Browse repository at this point
feat : 로또 티켓 유효성 검사 테스트 및 기능 구현
pageprologue
committed
ab32b7c
View commit details
Copy full SHA for ab32b7c
Browse repository at this point
Commits on Aug 1, 2021
refactor : static 키워드 제거, 생성자 주입으로 변경
pageprologue
committed
b2792af
View commit details
Copy full SHA for b2792af
Browse repository at this point
Commits on Aug 2, 2021
refactor : 사용자 입력 에러를 Controller 가 담당하도록 수정, 클래스 변수를 생성자 주입으로 수정
pageprologue
committed
2a6e9d8
View commit details
Copy full SHA for 2a6e9d8
Browse repository at this point
Commits on Aug 3, 2021
refactor : 당첨 번호 일치 개수 기능 WinningLottoRank -> WinningNumbers 로 이동
pageprologue
committed
af61ec9
View commit details
Copy full SHA for af61ec9
Browse repository at this point
Commits on Aug 17, 2021
refactor : LottoNumber 캐시 적용
pageprologue
committed
75f5df1
View commit details
Copy full SHA for 75f5df1
Browse repository at this point
refactor : LottoService, LottoController, StringUtil 정리
pageprologue
committed
491f190
View commit details
Copy full SHA for 491f190
Browse repository at this point
style : rank 패키지 생성 및 Rank 관련 클래스 이동
pageprologue
committed
a01d40a
View commit details
Copy full SHA for a01d40a
Browse repository at this point
Commits on Aug 20, 2021
refactor : 테스트 클래스 패키지 이동, Rank 2등인 경우 수정
pageprologue
committed
db7c747
View commit details
Copy full SHA for db7c747
Browse repository at this point
Commits on Nov 3, 2021
chore: root project name 수정
pageprologue
committed
7bb61e0
View commit details
Copy full SHA for 7bb61e0
Browse repository at this point
You can’t perform that action at this time.