We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11b7271 + fa5f27d commit a22d1d9Copy full SHA for a22d1d9
README.md
@@ -1579,7 +1579,7 @@ let car = new Car()
1579
**[⬆ back to top](#table-of-contents)**
1580
1581
### Prefer composition over inheritance
1582
-As stated famously in the [Gang of Four](https://en.wikipedia.org/wiki/Design_Patterns),
+As stated famously in [*Design Patterns*](https://en.wikipedia.org/wiki/Design_Patterns) by the Gang of Four,
1583
you should prefer composition over inheritance where you can. There are lots of
1584
good reasons to use inheritance and lots of good reasons to use composition.
1585
The main point for this maxim is that if your mind instinctively goes for
0 commit comments