I'm not sure if anyone can help me this this question.
If I'm making use of a function / procedure in multiple places in an application I will often place the function / procedure in a 'Global' unit accessible by the other forms / units. Is this the best place for it ?
Someone suggested to me that they had more efficiency when they replicated (and therefore would have to maintain) the same function / procedure in each of the forms / units it was to be used in.
Has anyone got evidence either way on this one ?
Thanks in advance
Steve
If I'm making use of a function / procedure in multiple places in an application I will often place the function / procedure in a 'Global' unit accessible by the other forms / units. Is this the best place for it ?
Someone suggested to me that they had more efficiency when they replicated (and therefore would have to maintain) the same function / procedure in each of the forms / units it was to be used in.
Has anyone got evidence either way on this one ?
Thanks in advance
Steve