Ola
As I understand functions and methods can be used to reduce duplicate coding by calling the said functions or methods by components or procedures. Now, when is it better(uses less system resources) to use duplicate coding than functions\methods or vica versa, i.e if you have 3 or 4 lines of code getting called by 2 or 3 different components is it worth writing a method for than amount of lines? When is it feasible to use one or the other?
Krefie