function call speed

  • Thread starter Thread starter tk
  • Start date Start date
T

tk

hello,

i have a relatively long function in the code behind page
of my main form. this code may potentially be used by
thousands of users.

i want to break this function into smaller functions
purely for readability but not reusability. Would having
to call a few functions instead of having all the code in
one function degrade performance? Or does the visual
studio .net compile optimize such things?

thanks,
tk
 
The difference is minimal.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top