Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 7 Online
OpenStudy (anonymous):

When is it a good idea to build a new function for an operation?

OpenStudy (anonymous):

As in, "for how small of an operation is it worth building a function?" Does it depend on how many times you're going to use it?

OpenStudy (shadowfiend):

Often yes, it's advised that you write a function as soon as you need something more than once. Modern compilers can generally `inline' code -- meaning that they can detect when a function is relatively short and replace the function call with the code in the function itself, thus removing any performance impact from having `too many' function calls. This is, as usual, something you get a feel for, but small functions are not something to be afraid of. If what it does is not particularly evident, you can move a piece of code into a function so that you can give the function a descriptive name and then when it's used the code is clearer.

OpenStudy (anonymous):

Thanks!

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
TiredGhostboy: help
9 hours ago 3 Replies 0 Medals
TiredGhostboy: dose anyone understand
7 hours ago 1 Reply 1 Medal
MELLYWRLD: is it wrong if i believe in a lil of everything
16 hours ago 10 Replies 1 Medal
MELLYWRLD: I Kinda New...anyone wanna explain what this sites about
16 hours ago 13 Replies 1 Medal
TiredGhostboy: help
17 hours ago 3 Replies 4 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!