Skip to content
New issue

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

refactor: Standardize header guard macros. #65

Open
SharafMohamed opened this issue Dec 11, 2024 · 0 comments
Open

refactor: Standardize header guard macros. #65

SharafMohamed opened this issue Dec 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SharafMohamed
Copy link
Contributor

SharafMohamed commented Dec 11, 2024

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 and camel case file names (e.g. log_surgeon/finite_automata/DfaState) :

    1. Ignore camel case (e.g., LOG_SURGEON_FINITE_AUTOMATA_DFASTATE).
    1. Convert camel case to snake case (e.g., LOG_SURGEON_FINITE_AUTOMATA_DFA_STATE).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant