Saturday, September 12, 2020

global variables are often frowned upon, except for consts

 placed outside of main()

const

and variable name capitalized

....... that is the convention


This is so you wont have to go visually fishing for a certain number value throughout your code int the future.



No comments:

Post a Comment