facade
Passing temporaries as non-const references in C++
I have the following piece of code, as an example dec_proxy attempts to reverse the effects of the increment operator upon the type that is executed in a complex function call foo - which btw I cannot[详细]
2023-04-10 13:47 分类:问答Facade Pattern, is this ok?
I have two servers that I will be connecting to from one client. For each server, I will be doing an ftp \"put\" and a \"rm\".[详细]
2023-04-09 17:45 分类:问答Number of calls from Facade in Facade Pattern
We are having a \"discussion\" about what should be placed in the facade layer and how many calls the facade layer should make to the underlying layers.[详细]
2023-03-28 08:33 分类:问答What's a good name for a façade class?
A little background: We\'re building a library/framework for working with scientific models.We have an interface Model which defines the operations that a model must implement, which is pretty minimal[详细]
2023-03-21 07:40 分类:问答stacktrace, callsite problem with logging facades
How do logging facades (if they do) solve the problem internally that they will add extra stacktrace frames to the log entry\'s context or obscure the callsite. It seems that in some facades (e.g. sim[详细]
2023-03-20 07:01 分类:问答Facade design pattern, get attribute from facade
I have something like facade design pattern in my application. We can start this: http://www.pat开发者_StackOverflowternsforphp.org/doku.php?id=facade[详细]
2023-03-16 22:52 分类:问答Facade goes inside in each package or must have a package only for facades?
Where the Facade classes must go? Supposing I have three packages, Facade A goes inside Package A, Facade B goes inside Package B and Facade C goes inside Package C or I need a separate package only f[详细]
2023-03-16 05:35 分类:问答How to avoid casting between the DL - BL - UI layers ? (C#)
I designing an applications which basically has 3 different logic layers: DB connector (implemented by ADO.NET).[详细]
2023-03-14 02:52 分类:问答C++ Iterator Facade for sockets
I was wondering if there is a good implementation (library) of a C++ iterator facade around sockets. I\'ve gone through the Boost Iterator library and ASIO, and can\'t seem to find anything. An open s[详细]
2023-03-07 21:13 分类:问答Hierarchy of utility classes behind a facade?
What practices ex开发者_Go百科ist when it comes to organizing utility classes where some could be subset of others?[详细]
2023-03-03 22:51 分类:问答