coupling
auto-instantiated smart pointer
I am looking for a simple way to reduce header coupling in a C++ project, which comes mostly due to (overused) class composition which of course requires complete type. For example:[详细]
2023-01-30 13:09 分类:问答Model Using Modules in Rails Application
I have a model that requires loading external data from an auxiliary source. A number of web services exist that my model can fetch the data from (swappable), but I don\'t want to create code that wil[详细]
2023-01-17 03:37 分类:问答When classes want to couple
I am having an issue with 2 classes tha开发者_Go百科t were once nicely separated, but now they want to couple.[详细]
2023-01-15 04:53 分类:问答Would you say .Net remoting relies on tight coupling?
Given that both the client and the server need to know everything about the object being remoted, firstly is this tight coupling, and secondly can .Net Remoting wo开发者_运维技巧rk in any other way?No[详细]
2023-01-11 15:49 分类:问答How Do I Avoid using Running Totals in My Code?
I am learning programing and software design and Java in school right now.The class that is getting me mixed up is Software Design.We are using Word to run simple VB code to do simple programs.My inst[详细]
2023-01-11 09:08 分类:问答Object-oriented Paradigm Question
Even though I\'ve been programming for quite a while now, when it comes to coupling objects I always seem to bang my head against the wall so I\'m wondering if anyone has any resources or golden rules[详细]
2023-01-07 00:57 分类:问答How to make a design "loose coupling"?
I\'m making a simple 3D CAD software. in the 开发者_C百科class diagram, many objects need to distinguish with others by (x,y,z). I create a class so-called \"Position\", but the problem is it looks hi[详细]
2023-01-05 16:36 分类:问答Law of Demeter and return values
According to the Law of Demeter, can you call methods on returned objects? E.g. <?php class O { public function m($http)[详细]
2023-01-03 01:32 分类:问答What is the difference between loose coupling and tight coupling in the object oriented paradigm?
Can any one describe the exact开发者_JAVA百科 difference between loose coupling and tight coupling in Object oriented paradigm?Tight coupling is when a group of classes are highly dependent on one ano[详细]
2022-12-30 11:19 分类:问答How to avoid coupling when using regions in Composite WPF
I have an application designed using Microsoft\'s Composite Application Library. My shell has several regions defined so that I can inject content from separate modules. I\'m looking for a design patt[详细]
2022-12-28 20:16 分类:问答