Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 51 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
Obed55: I need serious relationship?
32 minutes ago 0 Replies 0 Medals
WalmartBag: can someone pls give me a proxy
28 minutes ago 4 Replies 0 Medals
Breathless: womp
2 hours ago 0 Replies 0 Medals
Breathless: yo who wanna match pfp?
2 hours ago 11 Replies 1 Medal
Ylynnaa: This was long time ago lmk if u fw itud83dude1d
6 hours ago 17 Replies 2 Medals
abound: Wow question cove really fell off
8 hours ago 6 Replies 1 Medal
ayden09: chat i love black pink hehe i like jones to
8 hours ago 20 Replies 2 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!