AntiPattern是什么意思,AntiPattern的意思翻译、用法、同义词、例句
常用词典
反模式
例句
This seems to contradict the CRUDy anti pattern for SOA.
这有好像与 SOA反模式CRUD是矛盾的。
Although this kind of approach may typify large company cultures, it is far from optimum and you should strive to avoid this anti-pattern.
尽管这类方法可能代表大多数公司的文化,但是它较之最适宜相距甚远,并且您应当努力避免这种反模式。
When we observe these effects, we have discovered an anti-pattern.
在我们观察这些效果时,我们发现了一种反模式。
As we have mentioned above, a typical interface design for data services is CRUD which is considered service interface design anti-pattern 6.
正如我们上面提到的,一个典型的数据服务接口设计是CRUD,它被认为是服务接口设计的反模式6。
When describing the various modeling scenarios, we begin with an example exhibiting the error, which we then generalize into an anti-pattern.
在描述各个建模场景时,我们首先会提供一个展示错误的示例,然后再将其归纳为反模式。
网络扩展资料
定义: AntiPattern是一种经验教训,指的是一种常见的、被证明是不良的设计或编程做法,会导致低效率、高风险和低质量的软件开发或系统设计。
AntiPattern是一个由“Anti”和“Pattern”两个单词组成的复合词,其中,“Anti”表示反对或防止某种不好的东西,“Pattern”表示一种被证明行之有效的解决问题的方法或经验。因此,AntiPattern是指一种被证明是低效、高风险和低质量的解决问题的方法或经验。
例句:
- The Singleton pattern is often used as an AntiPattern because it can make code difficult to test and maintain.(单例模式经常被用作反模式,因为它会使代码难以测试和维护。)
- Tight coupling is an AntiPattern that can lead to difficulties in modifying code.(紧密耦合是一种反模式,会导致修改代码变得困难。)
用法:
AntiPattern通常用于描述一些常见的设计或编程问题,它们可能已被证明是低效、高风险和低质量的解决问题的方法或经验。在软件开发和系统设计中,了解这些AntiPattern可以帮助开发人员避免这些问题,同时也可以提高软件开发和系统设计的质量和效率。
解释:
AntiPattern是一种被证明是低效、高风险和低质量的解决问题的方法或经验。它们通常是由于不良的设计或编程做法而导致的。AntiPattern可以包括各种各样的问题,例如紧密耦合、过度设计、缺乏文档、过度优化等等。
近义词:
- bad practice(不良实践)
- design smell(设计异味)
- code smell(代码异味)
反义词:
- pattern(模式)