Skip to content

Commit 6e650af

Browse files
committed
Add tasks
1 parent 4601154 commit 6e650af

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# Mixin
2-
Mixin behavior, structure and relations
1+
# Mixin behavior, structure and relations
2+
3+
Tasks:
4+
- see examples
5+
- implement `extend(obj, ...objects)` so keys from objects will be mixed into obj only if it doesn't contain those keys
6+
- implement `wrap(obj, ...funcs)` so if obj contains func.name it should be wrapped

0 commit comments

Comments
 (0)