-
Notifications
You must be signed in to change notification settings - Fork 1
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
[오혜성] 4장: 실용주의 편집증 #26
The head ref may contain hidden characters: "4\uC7A5/\uC624\uD61C\uC131"
Conversation
> axios 인터셉터에서 에러가 에러를 던지지 않도록 설정되어 있었어요 | ||
> | ||
> 그래서 .. query의 onError 같은 동작이 작동하지 않던 .. 그런 .. 상태였는데요 | ||
> '에러 마주보기' 라는 이름의 프로젝트로 전면 수정했던 경험이 있습니다.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
멋지네요 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻👍🏻👍🏻
|
||
* 전처리기 | ||
+ 찾아내지 못했을 문제를 발견하기 위해 | ||
> zod, 테스트 코드가 생각남 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zod 어느정도로 사용하고 계신지 궁금해요 💭
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저는 주로 타입을 확신 할 수 없을 때 사용해요!
ex) form, api response
가장 활발히 사용하고 있는 부분은 api response의 타입을 검증해서 .. 만약 클라이언트에서 선언한 타입과 다를 시 로깅을 남기도록 .. 하고 있심니다
> 테스트의 숙련도가 높지 않으면, 테스트를 위해 구현체를 바꾸는 경험이 종종 생기는 거 같은데 | ||
> 이는 좋은 변화일지? 아니면 하이젠버그적인 문제일지? | ||
> > 물론 뭘 바꾸냐에 따라 다르지만... | ||
> next 컴파일러 옵션에서 data-testid 핸들링 예시: https://github.com/depromeet/na-lab-client/blob/13c0a9e89079bfa0fd8f4d2089db0d9819a299b1/next.config.js#L21-L29 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
단축평가로 맛깔나게 처리하셨군요 👍🏻
> 선언적이라는 키워드 그리고 리액트가 지향하는 방법이라 생각이 듦 | ||
> Suspense, ErrorBoundary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
선언적 프로그래밍에 엄청난 도움을 주는 녀석들이지만.. 아직도 라이브러리에 의존적이라는게 아쉬울 뿐입니다..
😴