-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Seeing #11, I found that we can no longer rely on external tools or IDE to help us ensure the unification of code style, so I think we should specify a code standard, according to which the code style will be checked in the future code review.
见及请之十一,夫复恃外具以护代码体之一,可乎?故私以为,宜以一准,后之码者,具以此格校之是也。
LET'S SOLVE PROBLEMS ONE BY ONE.
请一一而治之。
The first problem to be solved is braces, here is my opinion:
所急者,大括号也,吾言如是:
namespace NS {
class FUCK {
public:
FUCK() {
// do something
}
};
}
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers