Translation zh (#1610)

* add state and callback pattern

* add command and template-method pattern

* add iterator pattern

* add bridege and DI pattern

* fix issue #1600

Co-authored-by: Mike <admin@xiaod.info>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
Mike Liu
2020-12-06 22:13:48 +08:00
committed by GitHub
parent 29ceac2fb0
commit e9f73bcf0b
3 changed files with 306 additions and 2 deletions

View File

@ -33,8 +33,6 @@ tags:
以巨魔的为例。首先我有有一个简单的巨魔,实现了巨魔接口。
程序mple. First of all we have a simple troll implementing the troll interface
```java
public interface Troll {
void attack();