- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
关闭。这个问题是opinion-based .它目前不接受答案。
想改善这个问题吗?更新问题,以便可以通过 editing this post 用事实和引文回答问题.
3年前关闭。
Improve this question
我最近遇到了一个术语' God object ’,这被描述为‘反模式’。我听说过糟糕的编码实践,但我从未听过这样描述它们。
所以我前往维基百科了解更多,我发现有一个反模式叫做 'Ravioli code'它被描述为“以许多小型且(理想情况下)松散耦合的软件组件为特征”。
我很困惑 - 为什么这是一件坏事?
最佳答案
意大利面:
Spaghetti code is a pejorative term for source code
Ravioli code is a type of computer program structure, characterized by a number of small and (ideally) loosely-coupled software components. The term is in comparison with spaghetti code, comparing program structure to pasta;
While generally desirable from a coupling and cohesion perspective, overzealous separation and encapsulation of code can bloat call stacks and make navigation through the code for maintenance purposes more difficult.
关于anti-patterns - 馄饨代码 - 为什么是反模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2052017/
我是一名优秀的程序员,十分优秀!