본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

Personal/Tip

GitHub Pull Requests 코드리뷰 벤치마킹하기: tensorflow, react, awesome-review + Microsoft 코드리뷰 가이드

앞서 코드리뷰에 대해 정리해봤다.

https://standout.tistory.com/1620

 

코드리뷰란?

코드리뷰Code Review개발 과정에서 동료 개발자들이 작성한 코드를 검토하고 피드백을 주는 단계코드 품질향상, 버그 사전예방, 코드 일관성을 유지하는 데 큰 역할.  효과적인 코드리뷰리뷰할

standout.tistory.com

 

 

 

 

tensorflow

대표적인 예로 꽤 많은 코드리뷰를 확인할 수 있다.

https://github.com/tensorflow/tensorflow/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved

 

GitHub - tensorflow/tensorflow: An Open Source Machine Learning Framework for Everyone

An Open Source Machine Learning Framework for Everyone - tensorflow/tensorflow

github.com

 

 

 

 

외로 REACT나 AWESOME-REVIEW를 보면좋은데

https://github.com/facebook/react/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved

 

GitHub - facebook/react: The library for web and native user interfaces.

The library for web and native user interfaces. Contribute to facebook/react development by creating an account on GitHub.

github.com

 

 

특히 AWESOME-REVIEW는 TENSORFLOW가 너무 복잡하다고 느꼈을때 들어가 참고 하면 좋을 것같다.

https://github.com/joho/awesome-code-review/pulls

 

GitHub - joho/awesome-code-review: An "Awesome" list of code review resources - articles, papers, tools, etc

An "Awesome" list of code review resources - articles, papers, tools, etc - joho/awesome-code-review

github.com

 

 

 

 

 

 

 

+ Microsoft 코드리뷰 가이드

https://learn.microsoft.com/en-us/azure/devops/repos/git/pull-requests?view=azure-devops&tabs=browser

 

Create a pull request to review and merge code - Azure Repos

Learn how to create pull requests or draft pull requests in Azure Repos using Git, and add details and reviewers.

learn.microsoft.com