Skip to content

[IMPORTANT] CODE STYLE STANDARD #12

@imkiva

Description

@imkiva

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

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions