modularity
Replicating object function across various model files in Ruby on Rails
I am looking to replicate a given object function across various model files As you can see below, the 2 things I need to vary across the model are[详细]
2022-12-30 23:11 分类:问答The best way to separate admin functionality from a public site?
I\'m working on a site that\'s grown both in terms of user-base and functionality to the point where it\'s becoming evident that some of the admin tasks should be separate from the public website.I wa[详细]
2022-12-30 06:46 分类:问答Lua and C++: separation of duties
Please help to classify ways of organizing C++/Lua game code and to separate their duties. What are the most convenient ways, which one d开发者_如何学JAVAo you use?[详细]
2022-12-28 00:37 分类:问答Zend Framework Application: module dependencies
How do you handle dependencies between modules in Zend Framework to create reusable, drop-in modules?[详细]
2022-12-26 23:37 分类:问答Advice for keeping large C++ project modular? [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-25 09:44 分类:问答Configuring IoC container from modules/plug-ins?
i am in big dilema.. I am working on highly modular web app in ASP.NET MVC 2 (in fact, core will be super lightweight, all work on modules/plugins). I found MEF pretty useful for modules discovery, bu[详细]
2022-12-24 06:34 分类:问答Allow for modular development while still running in same JVM?
Our current app runs in a single JVM. We are now splitting up the app into separate logical services where each service runs in its own JVM.[详细]
2022-12-23 01:57 分类:问答Some solid OOP criticism? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-22 04:08 分类:问答What is the best way to manage configuration data
I am working on a product suite which has 4 products. Right now, all of the configuration dat开发者_如何学Goa is either in the XML or properties files.This approach is not maintainable as we have to m[详细]
2022-12-21 14:45 分类:问答How to achieve modularity structure of app subcomponents on Android?
My Android main application will consist in a main program, with a few pre-installed modules. Then I want to offer different modules later, best would be as separate files. Modules like: location, wea[详细]
2022-12-19 21:14 分类:问答
加载中,请稍侯......