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
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