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

allow boolean toggles in functions #4

Open
tylerandrewscott opened this issue Jul 20, 2022 · 0 comments
Open

allow boolean toggles in functions #4

tylerandrewscott opened this issue Jul 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tylerandrewscott
Copy link
Collaborator

B-level priority -- a function like the lex_clean() function is huge and has a ton of things inside it, many of them time consuming. you can build T/F calls into the function call like "make compound place names" = T or F and then embed that portion in if(COMPOUND_PLACES){DO THE STUFF}

@tylerandrewscott tylerandrewscott added the enhancement New feature or request label Jul 20, 2022
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

2 participants