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.
🍎 iOS Pull request
솔직히 뷰 구현 너무 빡세서 AI 돌렸습니다.
근데 거의 실제 계산기 수준으로 구현해주네요 이건 제가 했다고 당당하게 말할 수가 없어서 그냥 양심고백 했습니다..
💡 새로 알게 된 내용
mutating: Swift의 Value Type 은 기본적으로 내부에서 인스턴스 메서드를 통해 내부 값을 수정할 수 없는데, 내부에서 값 변경이 필요할 경우, 해당 메서드가mutating메서드라는 것을 명시하여 값을 변경할 수 있게 한다고 합니다!💭 추가 논의사항
이렇게 테스트 상황을 일일이 다 구현해야한다는 게 좀 힘든 것 같습니다..
단위테스트를 하더라도 구멍이 생길 수도 있을 거 같다는 생각이 들어 좀더 촘촘하게 테스트코드를 짜는 방법을 연구해봐야할 것 같네요..
실제로 앱잼에 적용하는 그날까지 모두 화이팅!
📸 스크린샷