project-organization
Should I mix technologies within assemblies?
I have a medium-sized project, which implements about 20 or so different concepts. At the beginning, I chose to organize my assemblies based on conceptual layers, like so:[详细]
2023-04-12 23:43 分类:问答Model-View-Presenter, where does the View's interface belong?
I\'m taking another look at Model-View-Presenter (or Supervising Controller, whatever it\'s called nowadays) since we use WebForms exclusively at work and I think the separation of concerns can help.[详细]
2023-04-12 20:24 分类:问答organizing android apps in eclipse
I have an app on the iPhone and need to port it to android. For this I would like to group screen related files like classes and xml per screen in one \"screen group\" per screen somehow, ideal开发者_[详细]
2023-04-11 22:51 分类:问答How should I organize source control for Android projects including libraries?
I need a little help figuring out the best way (or best practice) to organize my Android project. For simplicity sake, let\'s say my Eclipse workspace for Android is C:\\Android\\Projects\\. Inside th[详细]
2023-04-06 03:34 分类:问答C++ project organisation
I\'ve become a maintainer of a shared library project. The library is split into a few modules, each of them compiled as static library, then linked together. Eclipse is used as IDE, code stored at SV[详细]
2023-03-31 02:53 分类:问答Transitioning Multi-Headed Projects from SVN to HG
We are joining the modern world and transitioning from SVN to Mercurial for source control. Most of it is pretty straightforward -- just import the current trunk into HG and clone. One project is a bi[详细]
2023-03-22 05:34 分类:问答CherryPy : Is there a best way to split the project in multiple files?
I\'m new to CherryPy, coming from Django. I liked the way Dj开发者_开发知识库ango split the various parts of the project into many files, and I\'d like to do the same in CherryPy, instead of having on[详细]
2023-03-07 17:37 分类:问答.NET project / namespace organization question
We have a framework that defines many interfaces and some basic default implem开发者_如何学Pythonentations. Let\'s call it CompanyFramework. I have some ASP.NET MVC extensions, currently stored in a s[详细]
2023-03-05 13:33 分类:问答Build Server - install external control libraries (DevExpress) on build server
what\'s the right way? We have one build server for our projects. We have different projects, wich reference different versions of DevExpress.[详细]
2023-02-28 05:49 分类:问答testing multiple folders
I use PHPUnit 3.5.12, netbean 6.9, and git submodules in my project. So my folder architecture looks like that:[详细]
2023-02-20 20:15 分类:问答