rspec/rules/S3464/description.adoc
2020-06-30 17:16:12 +02:00

2 lines
177 B
Plaintext

Recursion is acceptable in methods, where you can break out of it. But with class types, you end up with code that will compile but not run if you try to instantiate the class.