liyijuan commented on code in PR #145: URL: https://github.com/apache/rocketmq-site/pull/145#discussion_r912629834
########## docs/30code-guidelines.md: ########## @@ -1 +1,38 @@ # code-guidelines + +# 前言 + +本文向您介绍编写软件源码的规范和指南。 + +研究表明研发代码的 80% 时间用于软件维护,包括软件源码解读,源码重构,源码维护 + +制定并强制推行编码规则和编码指南,有助于提高代码的可读性,强化团队代码的所有权, + +帮助工程师快速且深入理解新增代码,简化维护的 + +# IDEA 编码模板 + +这个标题可能需要修改一下,结合后面内容的理解 + +## 导入 code style + + + +## 导入版权 + + + +## 选择 Apache 版权 + + + +## 移除作者 javadoc 标签 + + + +内容最好有点说明,至少简要说明为什么要这么做,还有就是 标题,简洁优雅还有切合主流说法 Review Comment: sorry, 这是草稿,我不小心提交的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
