Alpha Sprint-Code Standards, Sprint Tasks, and Plans
Description
This assignment belongs to which course | https://bbs.csdn.net/forums/ssynkqtd-04 |
---|---|
Where this assignment is required | https://bbs.csdn.net/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 line, the other opening brace follows the end of the statement, and