forked from cdm1263/javascript-calculator-7
-
Notifications
You must be signed in to change notification settings - Fork 9
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
[문자열 덧셈 계산기] 이나영 미션 제출합니다. #572
Open
Bewheneverwhatiwant
wants to merge
36
commits into
woowacourse-precourse:main
Choose a base branch
from
Bewheneverwhatiwant:bewheneverwhatiwant
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
6f0da34
docs: README 문구 추가
Bewheneverwhatiwant f2f9c42
docs: REACME 내용 보완 - branch 전략 추가
Bewheneverwhatiwant d2b9264
docs: README 브랜치 전략 수정
Bewheneverwhatiwant fe7259c
feat: 빈 문자열 입력 시 0 반환 기능 추가
Bewheneverwhatiwant 249df5a
docs: README 내용 추가 - 이슈 자동닫힘->수동닫음으로 전략 변경
Bewheneverwhatiwant 316cc8f
feat: 쉼표구분자 문자열 입력 시 연산 기능 추가
Bewheneverwhatiwant e1020e0
docs: README 일부 내용 삭제
Bewheneverwhatiwant 7dabd65
docs: README 개행 수정
Bewheneverwhatiwant 7abe52f
feat: 쉼표 또는 콜론 구분자의 문자열 입력 시 연산 기능 추가
Bewheneverwhatiwant 4ed98a0
feat: 커스텀 구분자 지원 기능 추가
Bewheneverwhatiwant f526e61
feat: 음수, 숫자가 아닌 값, 잘못된입력 처리 기능 추가
Bewheneverwhatiwant c2100f7
docs: README에 사용자 입력 겨우의 수 내용 추가
Bewheneverwhatiwant a36fc48
docs: README 개행 분리
Bewheneverwhatiwant 614215e
refactor: run() 내부 try catch로 수정, 컨벤션에 따른 수정
Bewheneverwhatiwant 08968bb
feat: 커스텀 구분자와 기본 구분자를 혼용해도 연산 가능하도록 기능 추가
Bewheneverwhatiwant 3b9b3f9
docs: README 기능 및 사용자 경우의 수 추가
Bewheneverwhatiwant a87d260
chore(ApplicationTest): 테스트케이스(쉼표 구분자)추가
Bewheneverwhatiwant 8068e41
chore(ApplicationTest): 테스트케이스(zhffhs rnqnswk) 추가
Bewheneverwhatiwant ca88274
chore(ApplicationTest): 테스트케이스(콜론 구분자) 추가
Bewheneverwhatiwant 41788bd
Merge branch 'bewheneverwhatiwant' of https://github.com/Bewheneverwh…
Bewheneverwhatiwant bc4ca74
chore(ApplicationTest): 테스트케이스(커스텀 구분자만 입력하는 경우) 추가
Bewheneverwhatiwant 865940c
chore(ApplicationTest): 테스트케이스(커스텀 구분자가 /,\,\n인 경우) 추가
Bewheneverwhatiwant 1560c40
style: AirBnB 가이드에 맞춰 큰따옴표를 작은따옴표로 변경
Bewheneverwhatiwant 62aec6b
style(App): AirBnB 가이드에 맞춰 큰따옴표를 작은따옴표로 변경
Bewheneverwhatiwant ed58de9
Merge branch 'bewheneverwhatiwant' of https://github.com/Bewheneverwh…
Bewheneverwhatiwant ebb788a
refactor(App): 3개의 함수들을 별도 파일로 분리
Bewheneverwhatiwant acf275e
refactor(all): 파일 구조를 폴더로 정리
Bewheneverwhatiwant 6975470
refactor(add): 2개 함수를 별도 파일로 분리
Bewheneverwhatiwant 5578dc8
docs(README): 프로그램 흐름을 정리한 내용 추가
Bewheneverwhatiwant a32249e
docs(README): 오타 및 개행 수정
Bewheneverwhatiwant fc27c21
docs(README): 디렉토리 구조 설명 추가
Bewheneverwhatiwant 7127a59
docs(README): 개행 수정
Bewheneverwhatiwant 8db452d
docs(README): 기능들의 상위 기능 정의
Bewheneverwhatiwant 540ce83
docs(README): 개행 수정
Bewheneverwhatiwant 593ae60
docs(README): 개행 수정
Bewheneverwhatiwant a651bc2
refactor(all): eslint.config.js 파일에 따른 eslint적용
Bewheneverwhatiwant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제가 이번 과제에서 미처 고려하지 못했던 부분이 바로 테스트 케이스를 작성하는 부분이었습니다
많은 분들이 제출해주신 코드를 보면서 테스트코드를 엄청 열심히 작성해주신 부분을 보고 동기부여를 받고갑니다!!