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

global option to disable double evaluation ? #18

Open
moodymudskipper opened this issue Mar 18, 2022 · 0 comments
Open

global option to disable double evaluation ? #18

moodymudskipper opened this issue Mar 18, 2022 · 0 comments

Comments

@moodymudskipper
Copy link
Owner

Basically we could have an option to turn all functions into ignore_refactored OR ignore_original.
By setting ignore_refactored in prod we don't take any risk. Then in dev we keep default use, then we can try ignore_original in prod, then we can remove the original.

The problem is we might be encouraging to have WIP chunks in prod code, which is generally not a great idea.

refactored is ambiguous too taken in isolation, maybe the names ignore_old and ignore_new are better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant