- pair-programming 으로 다른 사람들이 어떻게 프로그래밍하는지, 나는 어떻게 프로그래밍하고 있는지 탐색하고 있어요.
- mob-programming 도 환영
- 누구와 무엇을 페어프로그래밍 했는지는
LOG:
키워드 포함해서 commit message 에 적습니다.- 아래 명령어로 git log 에서 검색해볼 수 있어요.
git log -g --grep='LOG:'
- Github 웹페이지에서 보기
- 아래 명령어로 git log 에서 검색해볼 수 있어요.
- 참여자 중 누구 한 명이라도 원치 않으면 로그를 남기지 않아요.
- pair는 우리 작업. 존중 Yeah - We are the world 🌏
- 코드 기반 외에도 같이 프로그래밍 문제를 해결할 수 있는 거라면 다 환영해요.
- 따로 없다면 아래에서 골라합니다.
- (2021.05.10 업데이트) coding test 를 위한 algorithm 문제 풀기, tiny toy problem
- Online Judge platform (leet code, code signal, Hacker rank, Codility, Codeforce, 프로그래머스)
- Book - Brian P. Hogan. Exercises for Programmers- 57 Challenges to Develop Your Coding Skills. the pragmatic bookshelf. 2015.
- (2021.05.10 업데이트) coding test 를 위한 algorithm 문제 풀기, tiny toy problem
- 그 때 그 때 만나서 탐색하면서 정해요.
What is pair-programming?
- video - Pair Programming by Code.org
- 애자일 키워드 - S01E05 짝 프로그래밍
- PPT 10-14 page
저와 pair-programming 같이 해보고 싶다면 참고
- 먼저 이메일 또는 메신저로 약속을 잡아요. 무얼할지는 미리 정해도 되고 안해도 됩니다. 기본 시간은 30분이에요.
- 환경
- 세팅되어 있는 언어 / 기술
- Python 3, Java 10 (or 8), JS
- only print "Hello world" level: Go, Scala, React, node.js
- IDE(code share tool) :
- 선호 : IntelliJ(Code with me), Pycharm(Code with me, Code Together)
- 설치되어있음 : VScode (Live share), Online IDE 는 미리 알려주면 세팅이 가능해요.
- 기타 tool : Zoom, Google meet, Discord, Slack
- 세팅되어 있는 언어 / 기술
- pair-programming 같이 해주신 모든 분들
- 박정수님, Marting Hwang
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.