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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top