rspec/rules/S2209/description.adoc

2 lines
240 B
Plaintext
Raw Normal View History

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.