John Skinner / Publications
Forum
Coding to save resources
Hi, My EA has the potential of having a large number of classes and I don’t want to use their functionality if they have not been selected from the user inputs. So to reduce used resources I thought of instantiating a class only if needed. So, my question is, do you think that the following coding