MSIR.0804 Class too big

From m204wiki
Revision as of 16:06, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

A class's public and private (but not shared) variables, exceeded the internal class size limit. Break the class up into multiple objects; perhaps collections if some of the class contents are repetitive.