rspec/rules/S1226/description.adoc

2 lines
305 B
Plaintext
Raw Normal View History

2020-12-23 14:59:06 +01:00
While it is technically correct to assign to parameters from within method bodies, doing so before the parameter value is read is likely a bug. Instead, initial values of parameters, caught exceptions, and foreach parameters should be, if not treated as ``final``, then at least read before reassignment.