project-organization
Using git and submodule, what's a good folder structure?
I use git with submodules, and I\'ve hard time to figure out how to organize my files. I develop in PHP, and use unit testing. So right now, I use this organization for each module:[详细]
2023-02-20 03:00 分类:问答Git submodule or sub-repository or remote?
I\'m using GIT to manage a Content Management System (CMS) project.The CMS can have multiple plugin (module).[详细]
2023-02-19 15:36 分类:问答Organizing iOS project for MVC design pattern
I\'m working on a multiview app for iPhone and currently have my views (VIEW) set up and their transitions (CONTROLLER?) working nicely. Now I\'d like to add objects for the actual program data (MODEL[详细]
2023-02-15 05:20 分类:问答How to organize a Python Project?
I\'m new to Python and I\'m starting a mini Project, but I have some doubts on how to organize the folders in the "Python Way".[详细]
2023-02-14 07:03 分类:问答Ruby on Rails: How to organize properly JS and CSS files?
I would like to use the SlickGrid plugin in my Rails 3 application. I contains several JS and CSS files that I should include in my HTML page.[详细]
2023-02-12 05:15 分类:问答Where to put "tool" artifacts specific in source control?
I have a project that I created with IDEA. I have created a mercurial repository with the source code and included the IDEA specific files ( .idea/workspace.xml and the rest )But I don\'t think this[详细]
2023-02-11 03:38 分类:问答Basic Application Organization + Publishing (.NET 4.0)
I\'m trying to figure out the best way to keep my program organized.Currently I have many class files in one project file, but some of these classes do things that are very different, and some I would[详细]
2023-02-02 22:38 分类:问答Organize heavy python imports
About 25% of my code depends on the modules: Traits, tvtk, ... which are quite 开发者_开发知识库heavy to import. It typically takes a good 2 seconds on my machine (and more on other).[详细]
2023-02-02 22:25 分类:问答In MVC, where does code for background tasks belong?
I\'m using ASP.NET, but I\'m sure this pertains to any (or most) MVC frameworks. When a new web project is created, you get a basic folder/semantic structure for your code:[详细]
2023-01-31 00:30 分类:问答cakePHP project, orgazization of folders, pages, functions
Im new to cakePHP开发者_C百科, and Im wondering how a \'live\' site does this. I see 2 possibilities :[详细]
2023-01-29 03:09 分类:问答