Code Review & 代码审查 All In One
Code Review & 代码审查 All In One
https://github.com/google/eng-practices
Google 的工程实践文档
https://google-code-review-best-practices.xgqfrms.xyz/
如何进行代码审查
https://google.github.io/eng-practices/review/reviewer/
https://google.github.io/eng-practices/review/reviewer/standard.html
https://google.github.io/eng-practices/review/emergencies.html
CL 作者的代码审查指南
https://google.github.io/eng-practices/review/developer/
https://google.github.io/eng-practices/review/developer/cl-descriptions.html
Style Guide
https://github.com/google/styleguide
https://google.github.io/styleguide/
js
https://google.github.io/styleguide/jsguide.html
html & css
https://google.github.io/styleguide/htmlcssguide.html
go
https://golang.org/wiki/CodeReviewComments
dart
https://dart.dev/guides/language/effective-dart
CL
commit line
:bookmark:
🔖git 提交格式
<Header>
<Body>
<Footer>
head
<type>: <subject>
type
feat:新功能(feature)
fix:修补 bug
docs:文档(documentation)
style: 格式(不影响代码运行的变动)
refactor:重构(即不是新增功能,也不是修改 bug 的代码变动)
test:增加测试
chore:构建过程或辅助工具的变动
git 提交格式
Commit Message 格式
https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines
https://www.conventionalcommits.org/en/v1.0.0/
https://juejin.im/post/5afc5242f265da0b7f44bee4
emoji
https://www.zhihu.com/question/21209619
https://gitmoji.carloscuesta.me/
refs
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/11641105.html
未经授权禁止转载,违者必究!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· .NET10 - 预览版1新功能体验(一)
2018-10-09 DingDing E-App All In One
2018-10-09 pdf & watermark & puppeteer
2018-10-09 CentOS 7 & Chinese Fonts bug
2018-10-09 wangEditor
2018-10-09 GitHub & puppeteer & Chinese character & bug All In One