[11팀 정영훈] Chapter 1-3 React, Beyond the Basics#77
Open
clorose wants to merge 1 commit into
Open
Conversation
|
저와 공통사가 많으신(?) 영훈님..! 같은 개발이라도 다른분야여서 더 힘드셨을탠데 저보다 훅이나 비교부분이 더 잘 구현된거같아서 오히려 잘 배우고갑니다... 제 코드는 항상 뭔가뭔가 지저분한? 코드가 되던데 너무 간결하고 읽기편했어요... 심화과제도 도전해보시면 정말 재밌으실꺼에요..! 파이팅이고 이번주도 고생하셨습니다 :) |
d5br5
reviewed
Apr 11, 2025
Comment on lines
+14
to
+21
| if ( | ||
| objA === null || | ||
| objB === null || | ||
| objA === undefined || | ||
| objB === undefined | ||
| ) { | ||
| return false; | ||
| } |
There was a problem hiding this comment.
deep에서도 공통으로 사용하고 있는데, 유틸함수로 분리하면 재사용성을 높일 수 있지 않을까 싶습니다!
|
심화과제 구현은 안하신건가요..? ㅜㅜ 아쉽습니다 고생 많으셨습니다!! |
|
영훈님! 이번주도 시간이 많이 없으셨던 것 같은데 그래도 가능한 만큼 구현하시고 올려주신 거 좋아요..👏🏻👏🏻 |
This file contains hidden or 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
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.
과제 체크포인트
배포 링크
기본과제
심화 과제
과제 셀프회고
기술적 성장
코드 품질
학습 효과 분석
과제 피드백
리뷰 받고 싶은 내용