-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2단계 - 문자열 계산기 #5657
base: master
Are you sure you want to change the base?
2단계 - 문자열 계산기 #5657
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afb3952 - Browse repository at this point
Copy the full SHA afb3952View commit details
Commits on Sep 26, 2024
-
- when empty string or null is given return 0
Configuration menu - View commit details
-
Copy full SHA for 7f59c4d - Browse repository at this point
Copy the full SHA 7f59c4dView commit details
Commits on Sep 27, 2024
-
- when a number is given as String return it as int
Configuration menu - View commit details
-
Copy full SHA for a7c96bb - Browse repository at this point
Copy the full SHA a7c96bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e808659 - Browse repository at this point
Copy the full SHA e808659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2724f87 - Browse repository at this point
Copy the full SHA 2724f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7255cec - Browse repository at this point
Copy the full SHA 7255cecView commit details -
- StringAddCalculator to StringAddCalculatorTest (src/test/java)
Configuration menu - View commit details
-
Copy full SHA for d751a21 - Browse repository at this point
Copy the full SHA d751a21View commit details -
feat : implement requirement 6
- when negative number is given, RuntimeException is thrown
Configuration menu - View commit details
-
Copy full SHA for 81050ba - Browse repository at this point
Copy the full SHA 81050baView commit details -
- give when then 주석 추가 (src/test/java/StringAddCalculatorTest) - .gitkeep 파일 제거 (src/main/java)
Configuration menu - View commit details
-
Copy full SHA for a6163b7 - Browse repository at this point
Copy the full SHA a6163b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 823b6cb - Browse repository at this point
Copy the full SHA 823b6cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bedc9d1 - Browse repository at this point
Copy the full SHA bedc9d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b6c48 - Browse repository at this point
Copy the full SHA 00b6c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9474d - Browse repository at this point
Copy the full SHA 4f9474dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da8790 - Browse repository at this point
Copy the full SHA 7da8790View commit details -
Configuration menu - View commit details
-
Copy full SHA for e557d7a - Browse repository at this point
Copy the full SHA e557d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7415048 - Browse repository at this point
Copy the full SHA 7415048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fad8a6 - Browse repository at this point
Copy the full SHA 3fad8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ea667 - Browse repository at this point
Copy the full SHA c8ea667View commit details -
- splitAndSumWithComma (src/main/java) - splitAndSumWithCommaOrColon (src/main/java) - splitWithCustomDelimeter (src/main/java)
Configuration menu - View commit details
-
Copy full SHA for 15b2371 - Browse repository at this point
Copy the full SHA 15b2371View commit details -
refactor : if문 validNegativeNumberString메서드로 분리
- negativeValidation (src/main/java/StringAddCalculator.class)
Configuration menu - View commit details
-
Copy full SHA for 2249f09 - Browse repository at this point
Copy the full SHA 2249f09View commit details -
refactor : 정수 형변환 toInt()메서드로 책임 분리
- calculateSum(src/main/java/StringAddCalculator.class)
Configuration menu - View commit details
-
Copy full SHA for 188ea61 - Browse repository at this point
Copy the full SHA 188ea61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8604a7e - Browse repository at this point
Copy the full SHA 8604a7eView commit details
Commits on Sep 28, 2024
-
refactor : 요구사항 1, 2 재구현 및 private() 생성자
- 아래 메서드들을 splitAndSum에 재구현 - emptyOrNull - processOneNumberString
Configuration menu - View commit details
-
Copy full SHA for 3f0e234 - Browse repository at this point
Copy the full SHA 3f0e234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 639fcfc - Browse repository at this point
Copy the full SHA 639fcfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4aa08 - Browse repository at this point
Copy the full SHA 4a4aa08View commit details -
refactor : 피드백 반영 및 요구사항 5 재구현
- Pattern 객체 상수로 추출 - splitWithCustomDelimeter 기능을 splitAndSum에 통합
Configuration menu - View commit details
-
Copy full SHA for 13c2117 - Browse repository at this point
Copy the full SHA 13c2117View commit details -
refactor : 요구사항 6 재구현 및 피드백 반영
- StringAddCalculator.java (src/main/java) - negativeValidation()을 splitAndSum()에 기능 통합 - calculateSum()에 isNegative() 추가
Configuration menu - View commit details
-
Copy full SHA for f9458c1 - Browse repository at this point
Copy the full SHA f9458c1View commit details