rspec/rules/S125/description.adoc

4 lines
180 B
Plaintext
Raw Normal View History

2020-06-30 10:16:44 +02:00
Programmers should not comment out code as it bloats programs and reduces readability.
2021-02-02 15:02:10 +01:00
2020-06-30 10:16:44 +02:00
Unused code should be deleted and can be retrieved from source control history if required.