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

Feature request: Check for stale @show, @time, @btime etc... #238

Open
nielsls opened this issue Nov 9, 2023 · 1 comment
Open

Feature request: Check for stale @show, @time, @btime etc... #238

nielsls opened this issue Nov 9, 2023 · 1 comment
Labels

Comments

@nielsls
Copy link

nielsls commented Nov 9, 2023

@show, @time, @btime etc... are useful when debugging but should usually not be left in production code.

Would it make sense with a check that the code is free of @show, @time, @btime etc...?

@lgoettgens
Copy link
Collaborator

There are valid use-cases of these macros in production code. How would you try to decide which of them are fine and which not?

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

No branches or pull requests

2 participants