Question
Asking a question? Add this tag to mark it as one!
Latest engine news:
- R
Is it wise to define local variables in a function that is called a lot?
- Rainfollower replied
- I think, this is one of the most basic programming questions. And I have a seen a number of different answers for different languages. So I suppose this is language-specific, because unused variables ...