rspec/rules/S115/common/what-is-the-potential-impact.adoc

5 lines
224 B
Plaintext
Raw Normal View History

Ignoring the naming convention for constants makes the code less readable since
constants and variables are harder to tell apart.
Code that is hard to understand is also difficult to maintain between different
team members.