-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor/253 Navigation 2.8.x Safe Args 적용 #313
Open
HamBP
wants to merge
32
commits into
develop
Choose a base branch
from
refactor/253
base: develop
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.
Conversation
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
예를 들어 onClickShow 라는 람다를 넘겨주려면 이 화면에서 공연이 클릭 되었을 때 비즈니스 로직을 알아야 한다. 대신 navigateToXXX 라는 이름으로 변경해 어떤 람다를 넣어줘야 하는지 쉽게 알도록 했다.
Test Results 9 files 9 suites 0s ⏱️ Results for commit 4c2c3a8. |
이 작업 이후에 화면들도 더 추가되고, 컨플릭도 발생할 거 같아서 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue
코멘트
작업 내용
작업하면서 몇 가지 리팩토링 더 작업했어
추가 TMI
중요한 몇 가지 navigation 로직에 대해서만 테스트 코드를 작성해 보려고 했는데 두 가지 문제가 있더라구.
테스트 방법