Skip to content
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

[신승준] 9장: 실용주의 프로젝트 #77

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Conversation

metacode22
Copy link
Collaborator

덕분에 개발 책 하나 정독해보네요😀 다들 고생하셨습니다!

Copy link
Member

@hyesungoh hyesungoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨어요 👍 👍 저도 덕분에 말투를 배워갑니다

Comment on lines +21 to +23
학습 및 기술 갈고 닦기. 많은 기술이 팀 전체로 퍼졌을 때 더 효과적이다. 팀원들을 전도할 계획을 세워라.

> 사내 스터디 2개를 운영하고 있는데, 개발 관련 팁을 알려주는 슬랙 봇을 만드는 등 더 열심히 전도해봐야겠어요.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

우왕 2개가 무엇이죠???

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React 공식 문서 스터디, 한 주간 겪은 프론트 지식이나 이슈 공유하는 스터디 이렇게 2개 해보고 있어요!

Comment on lines +27 to +29
팀이 하나로 의사소통하게 도와주는 비결이 있는데, 그것은 프로젝트에 유별난 이름을 지어주는 것이다.

> toss/slash를 모방해서 회사에서 union이라는 패키지 모노레포를 만들고 있는데, 더 유별난 걸 해볼걸 그랬네요.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유니온도 간지나는데요 ㄷㄷㄷㄷㄷ

Comment on lines +35 to +37
"진짜 상황 테스트"를 목표로 하는 것이 중요하다. 즉, 테스트 환경은 실제 환경과 최대한 비슷해야 한다. 두 환경의 차이에서 버그가 번식한다.

> e2e 환경을 구축했던 것이 생각나는데요, api를 mocking하는 것이 아니라 테스트 서버 api를 사용했었어요. 책에서 말한 것처럼 최대한 실제 환경과 비슷하게 하기 위함이었는데 백엔드에 의존성이 생긴다는 점이 단점이 아쉬웠어요. 근데 백엔드에 자그마한 변경사항이 생겼을 때, 이로 인해 e2e가 실패한다면 곧바로 프론트에서도 변경사항을 캐치할 수 있겠다는 생각이 들었어요.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

맞아요 ... 각자 장단점이 있는거같아요 😢

@metacode22 metacode22 merged commit 11b90e1 into main Sep 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants