Alpha Sprint-Code Standards, Sprint Tasks, and Plans
Description
| This assignment belongs to which course | https://bbs.youkuaiyun.com/forums/ssynkqtd-04 |
|---|---|
| Where this assignment is required | https://bbs.youkuaiyun.com/topics/617606376 |
| Team name | Code Crafters |
| The goal of this assignment | Alpha Sprint-Code Standards, Sprint Tasks, and Plans |
| The team project | Student Buddy |
| Other reference | Huawei Internal Code Standards |
Code Standards
General Principle
- Clear, easy to maintain, easy to refactor.
- It’s simple, easy to understand, and easy to implement.
- The style is unified, and the overall style of the code remains unified.
- Universal, following the industry’s common programming specifications.
Layout and Formatting
- Blocks are written in an indented style, indented with Spaces instead of tabs (‘\t’), and indented by 4 Spaces per level.
- The K&R style is used as the brace wrap style, that is, the function opening brace starts with another line and monopolizes the li

最低0.47元/天 解锁文章
569

被折叠的 条评论
为什么被折叠?



