We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gettable
getSearchResult
SearchObject
gsno
optionalString ?? ""
Extensions.swift
dequeueReusableCell
cellForRowAt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gettable
able은 protocol 에서 기능성을 명시해주는 용어입니다. 함수 명으로는 get, post 를 사용해주세요getSearchResult
에서 실패의 경우도 Controller 에게 전달해야 합니다. Completion에 NetworkResult 를 전달해주세요SearchObject
는 ResponseArray 의 형태로 추상화가 가능합니다. 그렇게 변경해주세요gsno
대신optionalString ?? ""
를 사용해주세요Extensions.swift
처럼 불명확한 이름은 좋지 않습니다.dequeueReusableCell
는 force Cast 하지말고 추상화해보기cellForRowAt
에서 out of range 방지하기The text was updated successfully, but these errors were encountered: