Posts by Marcos Paulo Nogueira • 111 points
1 post
-
10
votes2
answers1147
viewsQ: Should I declare a variable within the "if" or separate condition?
I need to call a function that can return false or a value, and in case it returns the precise value manipulate it. So I made a code similar to the one below: //A função que é chamada é muito mais…