diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-25 10:32:07 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-26 10:32:53 -0800 |
commit | 9c0a22ef76bc9be58b369f30d20e334b80acf06f (patch) | |
tree | 9f5ae2431939a11118c3ab7aeeaadd07ddfb25b8 /CODINGSTYLE.md | |
parent | 0241155e4759d06cbc0b612544c494f5ea800a14 (diff) | |
download | subsurface-9c0a22ef76bc9be58b369f30d20e334b80acf06f.tar.gz |
documentation: coding style, existing file names
Existing file names should not be changed without a reason.
Signed-off-by: Jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CODINGSTYLE.md')
-rw-r--r-- | CODINGSTYLE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md index 0c2f38a67..15cde9435 100644 --- a/CODINGSTYLE.md +++ b/CODINGSTYLE.md @@ -101,6 +101,8 @@ other editors that implement this coding style, please add them here. * there is a strong preference for lower case file names; sometimes conventions or outside requirements make camelCase filenames the better (or only) choice, but absent such an outside reason all file names should be lower case + This rule applies to new file names, existing file names should not be + changed without a reason. * cpp/h file names should usually be identical to the class name but in lower case. Where it seems appropriate, multiple, closely related classes can be |