Libon
Posts
Demos
RSS
Posts tagged with
design patterns
2023/11/09
命令模式(Command Pattern) - 设计模式
设计模式之命令模式
2022/05/02
责任链模式(ChainOfResponsibility Pattern) - 设计模式
通过使用责任链模式来优化代码中的大量 if/else 判断。