From eeb370556f1252fccef7f50f02ee6e68575e34a4 Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Tue, 17 Mar 2015 13:39:01 -0700 Subject: [PATCH] naming.md: Added rule to use lower case files and folders only Currently files and folders are all lower case. Doxygen also has a tag set to disallow files and folders with upper case names. Added an item on the naming.md page which states only lower case names should be used for files and folders. Signed-off-by: John Van Drasek --- docs/naming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/naming.md b/docs/naming.md index 51ace8d9..2b9009ed 100644 --- a/docs/naming.md +++ b/docs/naming.md @@ -21,6 +21,7 @@ jsupm_grove. Other times this does not. Try to pick a generic name so people with a similar sensor can inherit your class if they only have minor changes. 3. Avoid brand names, often your module can be very generic with little effort +4. Use only lowercase characters in your file names and folder names. ### Doubt