stylist
stylist copied to clipboard
Disallow global scope (module scope) variables
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.