The project-structure tag has no wiki summary.
0
votes
2answers
74 views
How to properly structure a collection of immutable constants
I'm in the design stages of a program that based upon input received, would select a particular category, and action within that category. The category, the action within in, and the value(s) related ...
-1
votes
1answer
27 views
BLL structure and organization
let's say you have a class diagram
http://i.stack.imgur.com/gpb55.png
and you would like to start a class library project in visual studio to act as BLL to convert this diagram into actual code ...
2
votes
1answer
118 views
In Python, what is the proper testing structure for packages containing packages? [closed]
Which is the preferred test package structure for packages containing subpackages:
Tests in Subpackages?
a/
__init__.py
b.py
c/
__init__.py
cc.py
test/
__init__.py
...
0
votes
1answer
53 views
Do you keep your project code names the same in the source tree?
Sometimes when I start working on a project, I just can't think of a good name, or think of a good name that isn't already taken. As a result, I'll end up picking some sort of code name for the ...
5
votes
3answers
141 views
C project avoiding naming conflicts
I'm struggling to find pragmatic real-world advice on function naming conventions for a medium sized C library project. My library project is separated into a few modules and submodules with their own ...
0
votes
1answer
114 views
Are there elements common to nearly every SRS?
An SRS is a staple of any serious contract work, and it can be incredibly dull for those who've never had the misfortune of needing to read one through in one go.
I'm writing a series of document ...
3
votes
2answers
210 views
Extend the class or create an instance?
I'm reading Pro PHP and jQuery and want to rebuild the example. The author is creating a database connection class:
class DB_Connect {
protected $db;
protected function __construct($dbo = NULL){
...
1
vote
0answers
139 views
How to organize cross platform js/web application?
My friend and I are working on an application that already works for Windows 8 and is written in Javascript, HTML, and CSS. Our desire is to make it cross platform for areas like windows mobile, ...
2
votes
3answers
255 views
Naming the project containing only interfaces
I've extracted interfaces from my repository classes, like ICustomerRepository, IProductRepository and so on. The project which contains the repositories is named X.DataAccessLayer. Should I call the ...
4
votes
1answer
151 views
Structure vs. programming
Is it bad that I often find myself spending more time on program structure than actually writing code inside methods? Is this common? I feel I spend more time laying the foundation than actually ...
5
votes
2answers
202 views
Setting up and syncing a developer (local) version and a public version of a website
What is the best and most efficient way to set up two versions of the same website?
I want one version that is online and open for everyone to use but I also want a developer version where I can ...
1
vote
2answers
193 views
Client Server .NET application with queuing message
I am new, so forgive me if my question is mistaken or anything, just give me an alert and I'll be glad to fix it.
Me and my team is about to develop a system where the database is located in a ...
2
votes
1answer
41 views
How to approach the creation of a “Unit Outline” generator?
I am the Studies Coordinator at a College and we currently have somewhere in the order of 100-200 unit outlines that are created at the beginning of each semester. Those outlines need to have ...
5
votes
1answer
229 views
Setting up Clojure Project And Sub Projects
This is primarily a lein question about setting up a major project and its sub-projects, and is not intended to be a discussion question. Instead, I am interested in either a pointer to documentation ...
1
vote
1answer
64 views
Are there any additional considerations to make when designing a site structure if you plan to use persistent connection technologies?
As the title states, I'm thinking of making a simple-card-game based website, using persistent connection technology (Something like signalR) for the actual game part of it.
I've never planned a site ...
6
votes
1answer
390 views
Separating java projects
I have a large java project, and we use maven for our build cycle. This one project is used extensively - in other projects, in various applications, some of which are contained in it and some which ...
2
votes
1answer
148 views
Testing controller logic that uses ISession directly
I have just read this blog post from Jimmy Bogard and was drawn to this comment.
Where this falls down is when a component doesn’t support a given
layering/architecture. But even with ...
11
votes
3answers
3k views
MVVM, DDD, and WPF Layered Application Project Structure Guidance
I am trying to setup my application's structure in VS and I want to "try" and future proof it to a reasonable level. This application will be a WPF re-write of an old Winform app that had followed no ...
7
votes
2answers
2k views
Organizing code for iOS app development
I've been developing an app for the iOS platform, and as I've been going along, I've noticed that I've done a terrible job of keeping my files (.h, .m, .mm) organized. Is there any industry standards ...
5
votes
3answers
860 views
How should I structure a solution for a long term project?
I'm about to create a do-everything dashboard for my team and am still having second thoughts about my project/solution structure. Since this could be a long ongoing project, I want to get the ...
5
votes
4answers
219 views
Should I include dependencies for which I have the source as projects in my solution?
We have various projects in source control for web and desktop applications. Invariably, many of them use third-party open source projects or even common libraries within our organization as ...
7
votes
4answers
3k views
How to properly structure a project in winform?
A while ago I started to create a winform application and at that time it was small and I did not give any thought of how to structure the project.
Since then I added additional features as I needed ...
5
votes
3answers
314 views
Should a standard include header be specified in each file or as a compiler parameter?
I've got a file such as this:
#ifndef STDINCLUDE
#define STDINCLUDE
#include <memory>
#include <stdexcept>
#endif
I want this file to be included in every header file, because I use ...
3
votes
1answer
309 views
Architecting an organization's web strategy. What is the preferred method here?
I'm working on a solution for an organization that needs to last them long term (as subjective as that is).
They currently have a Joomla installation whereby the CMS talks directly to the database, ...
11
votes
2answers
3k views
What is the best way to structure an Android application?
I am starting a new Android application. What is the best structure to use?
I am planning to make it a multi-package design as follows:
Main package, including the Activity
Service and data layer
...
6
votes
2answers
455 views
How to structure this program?
I am struggling with the best way to structure a program that I am writing because the method I currently have feels very clunky and each part depends a lot on the others. This is what the program ...
0
votes
2answers
126 views
Reasonable to use different version controls for different parts of a web application?
I am contemplating a few different techniques for organizing code for a larger web application. For this situation, the server runs some Microsoft solution (probably ASP.NET MVC or OpenRasta) and the ...
7
votes
4answers
549 views
What's the best way to organize our unit tests
We've built up a substantial number of unit tests for our main program over the years. Several thousand. The problem is that we don't have a clear idea of what tests we have because there are so many. ...
10
votes
4answers
440 views
When it comes to hosting your personal throw-away projects, does one service and project structure stand out?
I'm looking at Google Code, SourceForge, BitBucket, and GitHub, since they seem to be the big players. Now, I haven't broken down all of the features that they provide yet, but I'm really looking for ...
14
votes
2answers
939 views
Suggestions for a GUI library in Haskell
As the Haskell Wiki itself states:
There is a large number of GUI libraries for Haskell. Unfortunately there is no standard one and all are more or less incomplete. In general, low-level veneers ...
14
votes
6answers
5k views
What use is a Business Logic Layer (BLL)?
In reading up on good practice for database applications I've frequently come across advocates of so-called "business logic layers" and I'm trying to decide if it's best for my project to use one ...
2
votes
2answers
556 views
How to structure a project that supports multiple versions of a service?
I'm hoping for some tips on creating a project (ASP.NET MVC, but I guess it doesn't really matter) against multiples versions of a service (in this case, actually multiple sets of WCF services).
...
1
vote
3answers
132 views
Recommended Project Directory Location for IDE settings, and configuration files?
What are peoples thoughts on storing configuration files and editor settings in source control? This would include files that are not directly related to the code base, but necessary for maintaining ...
7
votes
5answers
413 views
Architecture(structure)-oriented vs. feature-oriented project structure
The project, I have involved, has an architecture-oriented project's file/folder structure:
Root
|____ Node1
|____ Event Handlers
| |___ <all event handlers of project>
...