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
Countless7Echos: Ah trying out the whole T.V girl drawing :p (I love drawing eyes)
3 hours ago 13 Replies 6 Medals
kaelynw: starting to draw a hand
12 hours ago 17 Replies 2 Medals
Twaylor: Rate it :D (Took 2 days)
4 days ago 7 Replies 0 Medals
XShawtyX: Art, Short Writing Assignment: Imagining Landscapes
11 minutes ago 9 Replies 1 Medal
XShawtyX: Chemistry, Help ud83dude4fud83cudffe
5 days ago 13 Replies 1 Medal
kaelynw: tried a lil smt, the arm is off but i like the other stuff
5 days ago 27 Replies 3 Medals
kaelynw: art igg
5 days ago 14 Replies 1 Medal
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!