-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added Metadata infrastructure #31
Conversation
@eduardo-imadeira What do we want to call "syn_ignore", now that the old "ignore" is remove? hide/hiding? |
I like having the 'syn' as the prefix of the decorator. But 'hide' is probably a better name than 'ignore', and is also shorter |
But then it's inconsistent with minimize (syn_minimize) and the others in the family, no? With namespaces, we could put them inside a module, and import the module on the top. But that's probably for after your thesis. |
Addresses #30.
How to implement: