rspec/rules/S3353/description.adoc
2021-01-27 13:42:22 +01:00

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.