My thoughts on const

From what I understand of the functions we are going to create later, I don’t believe const will be used. Each of the other functions we will create have values within them that are subject to change. This is especially the case with any function with the “bool” type. This is just my guess, let me know if you feel otherwise!

Privacy & Terms