We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide on a standard for header guard macros.
Two potential options for how we want to combine the snake case folder names and camel case file names (e.g. log_surgeon/finite_automata/DfaState) :
snake case
camel case
log_surgeon/finite_automata/DfaState
LOG_SURGEON_FINITE_AUTOMATA_DFASTATE
LOG_SURGEON_FINITE_AUTOMATA_DFA_STATE
The text was updated successfully, but these errors were encountered:
RegexDFAState
RegexDFAStatePair
RegexDFAStateType
No branches or pull requests
Request
Decide on a standard for header guard macros.
Possible implementation
Two potential options for how we want to combine the
snake case
folder names andcamel case
file names (e.g.log_surgeon/finite_automata/DfaState
) :camel case
(e.g.,LOG_SURGEON_FINITE_AUTOMATA_DFASTATE
).camel case
tosnake case
(e.g.,LOG_SURGEON_FINITE_AUTOMATA_DFA_STATE
).The text was updated successfully, but these errors were encountered: