decoupling
How to build robust data apis in clojure?
I find that my clojure apps get structurally coupled very rapidly due to the lack of a data API. I have maps with keys that have names which, if mistyped, because exceptions to be thrown or 开发者_如何[详细]
2023-04-11 14:24 分类:问答how to properly decouple implementation specifics into class libraries in .net
I\'m wondering if there is a standard way in c#(or maybe even cli) to efficiently decouple implementation logic into separate class libraries/assemblies that would be dynamically loaded by a process t[详细]
2023-03-24 18:59 分类:问答State pattern: Which class should I trust to update the state? [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 th[详细]
2023-03-24 12:04 分类:问答How to handle or minimize tight coupling in jquery
Description By design most jquery code leads to a lot of tight coupling, e.g. selectors assume a specific structure of html[详细]
2023-03-22 23:39 分类:问答Transform Webservice Request into internal representation?
I am implementing a SOAP-Webservice which receives different Requests. Should my Manag开发者_Python百科er-class transform this Request objects into an internal representation before delegating them to[详细]
2023-03-09 04:14 分类:问答C# constructor using a dynamic vs Interface as a parameter
In the benefit of creating clean decoupled code in c# I was hoping to get some feedback on using a dynamic parameter to construct objects.Typically I believe you\'d create an interface and use the int[详细]
2023-03-08 19:38 分类:问答MVC pattern: which is better? For views or controllers to create and reference the other?
We are making a rather large Swing application which has to implement the MVC pattern. The application currently looks like this:[详细]
2023-03-03 13:50 分类:问答Why isn't a database considered a form of global state?
I have a general gut feeling about the difference but I\'m unable to pinpoint exactly what makes a database different from global state.[详细]
2023-02-28 01:37 分类:问答Prism - Unity equivalent of MEF functionality?
I have a solution structured like so: Models assembly Data assembly - defines repository interfaces and a[详细]
2023-02-22 11:10 分类:问答CSS and Javascript too tightly coupled (CSS is not just presentation but is used by UI and JS), how to improve this?
I think supposedly, an ideal way is that CSS only deals with presentation aspect of a document, and so CSS and Javascript are de-coupled and it is a very clean solution.We can change any CSS or any Ja[详细]
2023-02-21 23:16 分类:问答