MSIR.0804 Class too big: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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 clas...") |
m (1 revision) |
(No difference)
|
Revision as of 16:45, 9 November 2010
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.