Skip to content

Commit 92c7c26

Browse files
authored
Merge pull request deutranium#228 from codelixir/master
Update Naming Convention in CONTRIBUTING.md
2 parents 01e6b07 + 5393110 commit 92c7c26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
### Naming Conventions:
1414
It is preferred to use [camel case](https://en.wikipedia.org/wiki/Camel_case) in the naming of directories, files, variables, function names etc.
1515

16+
In case you have a modified version of the algorithm, you can use `_` as a separator to create this distinction. \
17+
(For example, [`radixSort_withNegatives.cpp`](sortingAlgo/radixSort/radixSort_withNegatives.cpp), [`palindrome_WithIterators.cpp`](classicalAlgos/checkPalindrome/palindrome_WithIterators.cpp), etc). Otherwise, stick to camel case.
18+
1619

1720
## Directory and file structure
1821

0 commit comments

Comments
 (0)