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
[리팩토링 제안] 초기 개발에는 이렇게 추상화 하지 않고 분기처리를 하는 것이 가독성이 좋아보입니다.
리팩토링을 한다고 하면, 별도의 컴포넌트로 추상화를 해도 좋을 것 같다는 생각이 들었습니다. isEditMode를 prop으로 받는 컴포넌트로요
isEditMode
Originally posted by @SeungrokYoon in #13 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[리팩토링 제안]
초기 개발에는 이렇게 추상화 하지 않고 분기처리를 하는 것이 가독성이 좋아보입니다.
리팩토링을 한다고 하면, 별도의 컴포넌트로 추상화를 해도 좋을 것 같다는 생각이 들었습니다.
isEditMode
를 prop으로 받는 컴포넌트로요Originally posted by @SeungrokYoon in #13 (comment)
The text was updated successfully, but these errors were encountered: