GoF

GoF

常用释义

词性释义

GoF
例句
  • 全部
That Hallowe'en was on a Saturday in both PoA and GoF seems to bear this out as well.
《囚徒》和《火焰杯》中的万圣节都是在星期六似乎就可以证明这一点。
Bill Venners : In the GoF book, you say, "Knowing the design patterns in this book makes it easier to understand existing systems. " How?
BillVenners:在这本Gof的书中,你说到,“理解这本书中的设计模式将会使认识现在的系统变得很容易。”
使用的模式可以是GoF的设计模式、架构模式、分析模式,或者来自于其它领域的模式。
This kind of connection is what differentiates a library of patterns as we have described in the GoF book from a pattern language.
这种关连正是模式语言和我们在“四巨头”的书中列出的模式库之间的差别。
Although it was based on solid theory, it focused on actually getting things done, rather than lofty GoF design pattern elegance.
尽管也基于坚实的理论,但它追求的是能把任务完成就好,而不是像“四人帮”的设计模式那样“阳春白雪”。
Bill Venners : In the introduction of the GoF book, you mention two principles of reusable object-oriented design.
在对“四人帮”的书的介绍中,您提及到可重用面向对象设计中的两项原则。
GOF访问者:GOF访问者模式必然使得整个状态机依赖于所有事件。
But. . . applying the Flyweight [GoF] pattern raises a new challenge for our designer.
但是……应用Flyweight[GoF]模式给设计者带来了新的挑战。
Bill Venners : On the subject of interfaces, the GoF book includes some UML class diagrams.
BillVenners:在接口问题上,“四人帮”的书包括了不少UML类图。
有一个GoF模式非常适合这种情形:职责链(ChainofResponsibility)。