get dunked on
this post brought to you by PascalCase gang
You must log in or register to comment.
snake_case for functions
camelCase for variables
PascalCase for structs
you've been owned
imagine ever using snake case.
camelCase for functions and variables, PascalCase for class.
really the only time snake case is reasonable is types, but that strongly depends on the language.
typedef int BasicInt
looks weird to me, it seems like it should be a class