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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
team-express
/
java-string-calculator
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[step1] 문자열 계산기 1차 리뷰 요청드립니다!
- #3
#3
Open
jaeminkim90
wants to merge 7 commits into
team-express:jaemin
team-express/java-string-calculator:jaemin
from
jaeminkim90:jaemin
jaeminkim90/java-string-calculator:jaemin
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Open
[step1] 문자열 계산기 1차 리뷰 요청드립니다!
#3
jaeminkim90
wants to merge 7 commits into
team-express:jaemin
team-express/java-string-calculator:jaemin
from
jaeminkim90:jaemin
jaeminkim90/java-string-calculator:jaemin
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2022
commit test
jaeminkim90
committed
1f3473b
View commit details
Copy full SHA for 1f3473b
Browse repository at this point
Commits on Jan 28, 2022
문자열 계산기 구현 완료
jaeminkim90
committed
8ce5715
View commit details
Copy full SHA for 8ce5715
Browse repository at this point
Commits on Feb 14, 2022
FEAT: 연산자를 찾고, 두 정수의 연산을 담당하는 Operator Enum 구현
jaeminkim90
committed
d5c24e8
View commit details
Copy full SHA for d5c24e8
Browse repository at this point
FEAT: 계산의 재료가 되는 숫자와 연산자를 넘기면 전체 계산 결과를 반환하는 계산기 클래스 구현
jaeminkim90
committed
9f7d37b
View commit details
Copy full SHA for 9f7d37b
Browse repository at this point
FEAT:계산기의 계산 재료를 준비해주고, 계산기 객체를 만들어 전달하는 PrepareCalculationContents 클래스 구현
jaeminkim90
committed
3a6065f
View commit details
Copy full SHA for 3a6065f
Browse repository at this point
FEAT: 계산기 조작을 할 수 있는 계산기 화면 클래스와 프로그램 실행용 main 메서드 구현
jaeminkim90
committed
ebac18e
View commit details
Copy full SHA for ebac18e
Browse repository at this point
STYLE: 마지막 줄 한줄 띄기 확인 및 전체 코드 정렬 확인
jaeminkim90
committed
66cee38
View commit details
Copy full SHA for 66cee38
Browse repository at this point
You can’t perform that action at this time.