Update style guide to denote correct case style #37
Labels
correction
Corrections to existing grammar, spelling, context, etc
developer
pertaining to the developer's guide
Description
The current documentation notes that we use
CamelCase
, but what we actually use by definition isPascalCase
(where we to use the former we would usecamelCase
).Suggested fix
Correct the style guide to note that we use
PascalCase
. Also update the guide to note that the use of underscores in variable names issnake_case
. It looks like we also usecamelCase
for derived type naming (e.g.currentSite
) which seems like a good distinction to keep between objects and variables.The text was updated successfully, but these errors were encountered: