rspec/rules/S878/description.adoc
2021-04-26 17:29:13 +02:00

2 lines
260 B
Plaintext

The comma operator takes two expressions, executes them from left to right and returns the result of the second one. Use of this operator is generally detrimental to the readability and reliability of code, and the same effect can be achieved by other means.