Skip to content

Team Rules

jooing edited this page Mar 17, 2021 · 2 revisions

Format

Task card (Issue)

## [Client/Server] Type/Detail
- Type: `feature`, `refactoring`, `delete`, ...

### Detail

### TODO
- [ ] 세부사항1
- [ ] 세부사항2
- [ ] 세부사항3

### Labels
- Estimated Time: `1h` `2h` `3h`
- Sprint: `Sprint1`, `Sprint2`, ...
- Urgency: `High`, `Middle`, `Low`

PR

[Client #1] Component/detail
[Server #1] Func/detail

Code Formatting

  • 들여쓰기 공백 2
  • if () { }
  • 모든 기능을 함수로 나누기
    • 최대한 작은 단위로, 재사용 가능하게, 독립적으로
  • 주석
    • 인자, 결과 등 표시
  • error
    • console.log(index , function명, err);
    • 요청이 여러개인 경우, 인덱스(number) 명시

node & npm version

  • node v15.11.0
  • npm v7.6.3

Meeting

  • 10am
    • stand-up meeting
  • 11pm
    • task card 작성
    • notion에 매일 12시 전까지 회고록 작성
    • 4F(Feeling, F)
  • Code Review
    • Sprint 끝날 때마다
Clone this wiki locally