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

Disallow global scope (module scope) variables #125

Open
MatthewHambley opened this issue Jul 2, 2023 · 0 comments
Open

Disallow global scope (module scope) variables #125

MatthewHambley opened this issue Jul 2, 2023 · 0 comments
Labels
new rule Add a new rule

Comments

@MatthewHambley
Copy link
Collaborator

MatthewHambley commented Jul 2, 2023

Developers can be overkeen on global scope variables even when they're not using them to pass arguments to procedures. An outright ban is unworkable as there can be valid reasons for global scope so this issue will likely rely heavily on improved exclusion handling.

@MatthewHambley MatthewHambley added the new rule Add a new rule label Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new rule Add a new rule
Projects
None yet
Development

No branches or pull requests

1 participant