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

2 lines
240 B
Plaintext

While it is _possible_ to access ``++static++`` members from a class instance, it's bad form, and considered by most to be misleading because it implies to the readers of your code that there's an instance of the member per class instance.