law-of-demeter
How to modify code so that it adheres to the Law of Demeter
public class BigPerformance 开发者_开发技巧 { public decimal Value { get; set; } } public class Performance[详细]
2022-12-27 14:51 分类:问答Wrappers/law of demeter seems to be an anti-pattern
I\'ve been reading up on this \"Law of Demeter\" thing, and it (and pure \"wrapper\" classes in general) seem to generally be anti patterns. Consider an implementation class:[详细]
2022-12-25 09:03 分类:问答Law of Demeter violation proves useful. Am I missing something? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-13 01:35 分类:问答
加载中,请稍侯......