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

Warn about console output #131

Open
thomthom opened this issue Mar 18, 2020 · 0 comments
Open

Warn about console output #131

thomthom opened this issue Mar 18, 2020 · 0 comments

Comments

@thomthom
Copy link
Member

Extensions should by default not output debug info in release versions. This is for the sake of keeping that console usage by users and other developers with minimal noise.

Flag puts and p statements. (Maybe $stdout and $stderr as well?) Evaluate if this should go into requirements or suggestions.

There are valid reasons to use this - for development or wrapped in a method that enables/disables the output. In these cases the user can disable per file, line or all together. Main purpose is to spread awareness as this comes up often in extension reviews.

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

No branches or pull requests

1 participant