You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to miss this in #57. We should also ensure the header guards are ended with the file postfix, e.g., DfaState.hpp should have its header guard being LOG_SURGEON_FINITE_AUTOMATA_DFASTATE_HPP
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: