-
If we neet a complex problem, we sometimes need to print information to debug it. But print statements in final submit code only slow down the code and we always fortget to remove these print statements, so I think it might be helpful to have a modifier that automatically removes the print statement but doesn't affect local debugging. |
Beta Was this translation helpful? Give feedback.
Answered by
j178
Nov 28, 2024
Replies: 1 comment 1 reply
-
This is a good idea; however, currently, modifiers only run during the code generation stage, not the submission stage. Implementing this might require some big refactoring. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rgbygv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a good idea; however, currently, modifiers only run during the code generation stage, not the submission stage. Implementing this might require some big refactoring.