# 코드 리뷰 피라미드

> Clean Markdown view of GeekNews topic #6348. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6348](https://news.hada.io/topic?id=6348)
- GeekNews Markdown: [https://news.hada.io/topic/6348.md](https://news.hada.io/topic/6348.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-04-13T09:09:02+09:00
- Updated: 2022-04-13T09:09:02+09:00
- Original source: [morling.dev](https://www.morling.dev/blog/the-code-review-pyramid/)
- Points: 30
- Comments: 5

## Topic Body

- 코드 리뷰에서 중점적으로 봐야할 부분과 자동화해야 할 부분을 한장의 그림으로 정리  
- 5단계 : Code Style, Tests, Documentation, Implementation Semantics, API Semantics   
- 각 단계별로 물어봐야 할 필수 질문들   
- 나중에 변경하기 쉬운 코드스타일/테스트 쪽은 자동화 하고, 문서화/구현/API 쪽을 리뷰하는데 집중할 것

## Comments



### Comment 9625

- Author: jong9712
- Created: 2022-04-13T14:42:13+09:00
- Points: 1

감사합니다!

### Comment 9599

- Author: xguru
- Created: 2022-04-13T09:09:23+09:00
- Points: 9

한장짜리 이미지라 한글로 번역해봤습니다.   
코드 리뷰 피라미드 : https://drive.google.com/file/d/1w8nOVhaWI9utZR42dEJndCiOeiydSRfz/view?usp=sharing

### Comment 9627

- Author: galadbran
- Created: 2022-04-13T21:54:59+09:00
- Points: 1
- Parent comment: 9599
- Depth: 1

조금 보완할 부분이 있어 수정해보았습니다:  https://drive.google.com/file/d/1_WlI6JwOmveoMZOyEhj6bPblPQv4h2c3/view?usp=sharing  
  
- API는 가능한 만큼 작고, 필요한 만큼 큰가?  (오타가 있어서 수정)  
- 새로 추가된 종속성이 그만한 가치를 하는가?  (pull one's weight : 임무를 다하다)  
- 새로운 피쳐들이 적절하게 문서화 되었는가? (오타가 있어서 수정)

### Comment 9618

- Author: windily
- Created: 2022-04-13T11:38:32+09:00
- Points: 1
- Parent comment: 9599
- Depth: 1

감사합니다.

### Comment 9607

- Author: 525hm
- Created: 2022-04-13T10:36:52+09:00
- Points: 1
- Parent comment: 9599
- Depth: 1

한글 → 한국어
