Home > CQE List >
CQE-9209: Excessive Reliance on Global Variables (Draft 0.9)
CQE Glossary Definition
CQE-9209: Excessive Reliance on Global Variables
Excessive Reliance on Global Variables
[an error occurred while processing this directive]
Definition in a New Window
Quality Issue ID: 9209
Maturity: Preliminary
Description
Description Summary
The code is structured in a way that relies too much on using or setting global variables throughout various points in the code, instead of preserving the associated information in a narrower, more local context.