New naming conventions to avoid conflicts.
i don't know if it was such a great idea but at least it is a starting point.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Current naming conventions (subject to debate)
|
||||
|
||||
## Function names
|
||||
|
||||
### shared functions
|
||||
|
||||
function should start by the name of their module in camelCase followed by an underscore and the name of the function in camelCase
|
||||
|
||||
example:
|
||||
steam_searchGames()
|
||||
|
||||
|
||||
### static functions
|
||||
|
||||
there is no rule for now
|
||||
|
||||
## Struct names
|
||||
|
||||
function should start by the name of their module in camelCase followed by an underscore and the name of the struct in PascalCase
|
||||
Reference in New Issue
Block a user