(no title)
j_w | 1 month ago
Unless a const is literally a compile time constant inserted through the program, it's likely able to be changed somehow in most languages.
j_w | 1 month ago
Unless a const is literally a compile time constant inserted through the program, it's likely able to be changed somehow in most languages.
jimmytucson|1 month ago
j_w|1 month ago
I would argue that if you CAN change the underlying data, then the understanding of const by 99% of people is made incorrect. Therefore it's not really a good feature (in my opinion).