-
Notifications
You must be signed in to change notification settings - Fork 0
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
[강연주] 2장: 함께 #10
The head ref may contain hidden characters: "2\uC7A5/\uAC15\uC5F0\uC8FC"
[강연주] 2장: 함께 #10
Conversation
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.
왜 질문하기 어려운 환경이 쉽게 생길까요??
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.
조흐네요 👍 👍
말씀하신 질문하기 쉬운 환경
그리고 커뮤니케이션 코스트를 줄일 수 있는 환경을 위해서
조직원들의 친밀도를 중요시하는 집단도 많더라고용
## 이해가 되지 않는 내용 | ||
책에서 협력이란, 혼자서 작업하지 않고 팀끼리 같이 작업해야한다고 한다. | ||
근데 실제로는 각자의 일정으로 함께 만나서 코드를 짤 수 없는 상황이 많다. | ||
또한, 이러한 이유로 각자 작업을 할 때 충돌을 최대한 피하기 위해 각자의 작업에 겹치는 부분이 없도록 나눈다. | ||
|
||
각자 코드를 짜지만, 서로의 코드를 완벽히 이해하고 코드 리뷰 등을 통해 피드백을 주고 받으며 | ||
학습은 같이 진행하는 것으로 이해하면 되는걸까..? |
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.
Q1. 서로의 코드를 모든 사람이 완벽하게 이해하는 것이 가능할까요?
Q2. 함께 프로젝트를 진행함에 있어서 학습은 필수불가결한 것일까요??
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.
A1. 불가능할 것 같습니다..ㅜ 하지만 너 코드, 내 코드 구분 없이 서로의 코드에 언제든 투입될 수 있도록 전체 코드를 이해하려고 하는 자세가 중요하다고 생각합니다!
A2. 새롭게 학습할 내용이 없다면 필요 없는 과정이라고 생각합니다! 하지만, 같이 학습해나가고, 프로젝트에 적용해보는 과정은 협력의 시너지를 높일 수 있는 방법이라고 느끼기 때문에 학습은 권장되어야한다고 생각합니다!
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.
혼자 공부하는 것보다 스터디 형식으로 같이 공부하는 과정에서 내용을 여러 번 봄(혼자 공부, 내용 정리, 스터디에서 어려운 부분 공유)으로써 더 효율적이라고 생각합니다.
특히, 프로젝트에 적용한다면 내 상황에 직접 응용해봄으로써 학습한 내용을 내 것으로 만들 수 있고, 팀원과 함께하면서 어려운 부분을 공유하여 문제를 빠르게 극복해나갈 수 있다고 생각했습니다!
No description provided.