in reply to (Ovid) Re: Method calls expensive??
in thread Method calls expensive??

I agree with Ovid. Design your code well first. You'll probably save more time in maintenance programming than you give up in run-time.

If you need to optimize later, find what small percentage of the code does the program spend a large percentage of it's time in. Then optimize that. You'll get the most bang for the proverbial buck.

  • Comment on Re: (Ovid) Re: Method calls expensive??