A
Andy B
I have a complex object that is made up of 17 other objects and 2 dynamic
dictionary collections. Would it be safe to say that I should possible make
some sort of ObjectBuilder method in the main/root object to help contain
the creation code? Or should it be broken up into smaller parts before the
main builder method puts it all together? I know with something this huge,
just putting out in loose code isn't a wise idea. What do you think? If you
need a general object structure layout, I can give it.
dictionary collections. Would it be safe to say that I should possible make
some sort of ObjectBuilder method in the main/root object to help contain
the creation code? Or should it be broken up into smaller parts before the
main builder method puts it all together? I know with something this huge,
just putting out in loose code isn't a wise idea. What do you think? If you
need a general object structure layout, I can give it.