瀏覽代碼

update readme

Thinh Tran 11 年之前
父節點
當前提交
29ec2616a9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 |