Skip to content

Commit 1e99268

Browse files
author
Basarat Ali Syed
committed
start
1 parent 7fcf19e commit 1e99268

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/types/mixins.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Mixins
2+
Along with traditional OO hierarchies, another popular way of building up classes from reusable components is to build them by combining simpler partial classes. You may be familiar with the idea of mixins or traits for languages like Scala, and the pattern has also reached some popularity in the JavaScript community.
3+

0 commit comments

Comments
 (0)