VB020
Large module
Visual Basic 6
Warning
VB6
A module past ~800 code lines has become the place where everything lands; splitting it is the first step of any untangling
a module past ~800 code lines has become the place where everything lands; splitting it is the first step of any untangling.
Why this severity
a module past ~800 code lines has become the place where everything lands; splitting it is the first step of any untangling.
Known false positives
generated code kept in one file on purpose.
Remediation example
' Split along the responsibilities that accumulated: OrderRules.bas, OrderData.bas