-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
C ++ writing format and user display formats
I think we should have a common site to share, discuss and reach agreements on internal and external formats, for example
I do not know if it is better (* .bin, * .dll) or with ";" Instead of "," and if you always add a space later or not, or use uppercase or lowercase letters
So far the format seems to be, lowercase and space after ","
I do not know if it's better, ";"
With respect to the c ++ format it seems a little long
command
{
Break;
}
I prefer
Command {
Break;
}
Or for a single instruction inside, use:
Command
Break;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels