typesciprt

typesciprt: Command Pattern

/** * * Command Pattern 命令是一种行为设计模式, 它可将请求或简单操作转换为一个对象。 * file: Commandts.ts * The Command interface declares a method for executing a command. * */ i ......
typesciprt Command Pattern

typesciprt: Composite Pattern

/** * Composite Pattern 组合是一种结构型设计模式, 你可以使用它将对象组合成树状结构, 并且能像使用独立对象一样使用它们。 * https://refactoringguru.cn/design-patterns/composite/typescript/example#la ......
typesciprt Composite Pattern
共2篇  :1/1页 首页上一页1下一页尾页