You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Basically we could have an option to turn all functions into
ignore_refactored
ORignore_original
.By setting
ignore_refactored
in prod we don't take any risk. Then in dev we keep default use, then we can tryignore_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 namesignore_old
andignore_new
are better.The text was updated successfully, but these errors were encountered: