-
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
Review-1 #1
Comments
위 문제점이 잘 이해되지 않습니다. 어떤 상황에서 호출이 중복으로 될 수 있는지 설명해주실수 있나요? |
|
@OhKanghoon |
|
네 다시해보겠습니다 감사합니다 |
말씀해주신 부분 모두 수정 완료했습니다. 확인해주시면 감사하겠습니다. 👍 |
dequeueReusableCell
forced cast 하는 부분을 좀 더 추상화해서 빼보기NetworkResult
는 Success(Data) 와 Failure(Error) 두개만 두고 error 를 enum 으로 처리해보기willDisplay
에서 loadmore를 호출하면 중복호출될 가능성이 있으니 해결하기UserSearchResult
제거하고NetworkResult
로 통일해서 사용해보기The text was updated successfully, but these errors were encountered: