Facade设计模式有哪些缺点?

发布于 2024-10-15 07:25:30 字数 32 浏览 5 评论 0原文

......我们如何使用面向方面的编程来克服它们?

…and how can we overcome them using the aspect-oriented programming?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里兽 2024-10-22 07:25:30

Facade确实没有已知的缺点。它为子系统中的一组接口提供统一的接口。然而,它并不完全阻止客户端直接使用子系统接口。因此,您不必被迫做出任何不必要的妥协。这是一个双赢的局面。

如果您在问题中添加更多详细信息,也许我们可以给您更好的答案。您指的缺点是什么?您从哪里得知 Facade 有缺点? 什么是“面向方面的外观设计模式”? Google 为该查询提供的唯一页面实际上是您自己的帖子:-/

There is really no known drawbacks to Facade. It provides a unified interface to a set of interfaces in a subsystem. However, it does not ab ovo prevent clients from using the subsystem interfaces directly. So you are not forced to make any unwanted compromises with it. It is a win-win situation.

Maybe we can give you a better answer if you add more details to your question. What drawbacks do you mean, and where did you get the idea that Facade has drawbacks? And what is "aspect oriented Facade design pattern"? The only page Google serves to this query is in fact your own post :-/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文