rspec/rules/S3626/description.adoc

1 line
220 B
Plaintext
Raw Permalink Normal View History

2021-01-27 13:42:22 +01:00
Jump statements such as ``++return++`` and ``++continue++`` let you change the default flow of program execution, but jump statements that direct the control flow to the original direction are just a waste of keystrokes.