We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae7eda commit efd39f7Copy full SHA for efd39f7
README.md
@@ -612,7 +612,7 @@ syntax.
612
* When designing class hierarchies make sure that they conform to the
613
[Liskov Substitution Principle](http://en.wikipedia.org/wiki/Liskov_substitution_principle).
614
* Try to make your classes as
615
- [SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design))
+ [SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)
616
as possible.
617
* Always supply a proper `to_s` method for classes that represent
618
domain objects.
0 commit comments