2 lines
253 B
Plaintext
2 lines
253 B
Plaintext
Marking a variable that is unchanged after initialization ``++final++`` is an indication to future maintainers that "no this isn't updated, and it's not supposed to be". ``++final++`` should be used in these situations in the interests of code clarity.
|