spin files...
s2jesse
Posts: 62
Ive been working on· larger projects now and including a lot of objects...
Its making me wonder how to organize the files... For instance. say im using the floatmath object·in one of my higher up spin files· Then in another spin file im using floatstring which also·uses floatmath.. So in the tree view there are separate instances of the same objects. Is this bad? if so anyway around it?
Also is it·bad performance / memory wise to separate a method into its own spin file vs just sticking it in an already used one?
thanks Jesse
Its making me wonder how to organize the files... For instance. say im using the floatmath object·in one of my higher up spin files· Then in another spin file im using floatstring which also·uses floatmath.. So in the tree view there are separate instances of the same objects. Is this bad? if so anyway around it?
Also is it·bad performance / memory wise to separate a method into its own spin file vs just sticking it in an already used one?
thanks Jesse
Comments
In general I would say the impact was minimal so design for what feels best, be that a separate object or not.
The use of the same object in multiple sub-objects isn't really a problem. Only one copy of the object is included in the memory image even though there will be multiple entries for that object in the Explorer Tree.