variable
I've seen some begginer programmers asking themselves: why do I even need constants?
Variables I get, they're super important, but why have an extra thing that's like a variable, but worse?
It can't even change! And if I know that const NUMBER_OF_COLUMNS = 3
, why can't I just write 3
?
(~2 min read)