-
Notifications
You must be signed in to change notification settings - Fork 0
Fix internal code style #33
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Fix internal code style
Currently, Pinc's coding style is nebulous and undefined. I am leaning towards this:
functionsAreCamelCasevariables_are_snake_caseFunctionLikeMacrosAreCamelCaseButStartingWithACapitalLetterPURE_MACROS_ARE_CAPITAL_SNAKE_CASEI am not sure what kinds of other conventions should be used, so please leave suggestions here.