What are some common strategies for refactoring large \"state-only\" objects?
I am working on a specific soft-real-time decision support system which do
Splitting a Large Data Object is very similar to Normalizing a Large Relational Table (first and second normal form). Follow the rules to reach at least second normal form and you may have a good decomposition of the original class.