Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

GlobalVariableCheck

marcoow edited this page Aug 13, 2010 · 1 revision

This check reports global variables. Global variables introduce strong dependencies between otherwise unrelated parts of code and their use is usually considered extremely bad style.

Applies to

  • global variables