Should macro_module_names
allow for ?FUNCTION_NAME
?
#404
Closed
paulo-ferraz-oliveira
started this conversation in
General
Replies: 1 comment 9 replies
-
But nothing in your code uses 🤨 |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We seem to allow for
?MODULE
already, so?FUNCTION_NAME
seems kinda controlled to. Useful in generic definition modules, for example.Oh, and, of course, your favorite, Brujo, would be using it in a macro. (⚠️ high readability/maintainability ahead)
😄
We have
no_macros
, but that one seems to avoid?MODULE
and?FUNCTION_NAME
already.Beta Was this translation helpful? Give feedback.
All reactions