Would "bottom-up" design cause resaves to occur? Are we wrong to have a component as the "subassembly"? Such that,
widget
--thingamagig
----whatchamacallit,
would cause "widget" to file often?
Whereas,
subassembly_widget
widget
--thingamagig
----whatchamacallit,
would limit how often widget gets file. Correct?
Also, how many "top level assemblies"? All assemblies above where you're working in context, or THE top assembly?
Thanks,
Bob