rspec/rules/S3252/description.adoc
2021-01-27 16:57:09 +01:00

2 lines
227 B
Plaintext

In the interest of code clarity, ``++static++`` members of a ``++base++`` class should never be accessed using a derived type's name. Doing so is confusing and could create the illusion that two different static members exist.