Isn't creating too many functions counterproductive?

In the quiz section we are creating a new function for every for loop. Isn’t it more readable to just combine them when they clearly can be?

1 Like

Usually when I create a bunch of functions, I do so because if you need to edit something in your game(chances are you will) it’s a lot easier to find the spot you need to edit if you have short and clear functions instead of having a long function that you have to search through. However despite this, it usually comes down to a personal preference or how long you want your functions to be.

1 Like

Privacy & Terms