Parcourir la source

update readme

Thinh Tran il y a 11 ans
Parent
commit
29ec2616a9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -38,3 +38,4 @@ Current Patterns:
 | [strategy](strategy.py) | selectable operations over the same data |
 | [template](template.py) | an object imposes a structure but takes pluggable components |
 | [visitor](visitor.py) | invoke a callback for all items of a collection |
+| [chaining_method](visitor.py) | continue callback next object method |