Tagged Questions

1
vote
1answer
11 views

Group commonly used solution items by function VS add-in

I am working i a big solution with much projects and items. It would come in very handy if there was an add-in in visual studio where i can group some items together according to t …
5
votes
12answers
534 views

Should QA report to development ?

Here's a question I've run across in many, many companies; should a QA team report to the development organization, or be equivalent to development in the company hierarchy ?
0
votes
2answers
34 views

How should I organize my ajax actions files

I would like to know what's the best way to organize my php project with ajaxActions files. At the moment I have a few ./process/ajaxAction_pagename.php files containing my actio …
1
vote
2answers
80 views

How to organize Django project with abstract models.

I have a few models: 'Article, Video, BlogPost, News, Commodity'. Each are in their own application. They all are basically the same models with a few extra fields on each. But ea …
0
votes
1answer
41 views

Structuring a Silverlight Application with Several Modules

I'm working on a Silverlight page which has several modules for querying and plotting data from a Database. Each of these modules is quite different and will each need their own co …
0
votes
4answers
160 views

Eclipse Java project folder organization

I am coming to Java and Eclipse from a C#/Visual Studio background. In the latter, I would normally organize a solution like so: \MyProjects\MyApp\MyAppsUtilities\LowerLevelStuff …
0
votes
1answer
34 views

SVN organization for a 3rd-party component

Hi, We are a small company which develops components for the Joomla! CMS. In the Joomla!'s jargon, a component is a small application that extends the CMS features (we are for exa …
1
vote
2answers
113 views

Use a separate WCF project with Silverlight

I am working on a Silverlight application that uses WCF. I need to have my WCF project separate from the ASP.Net application that will host my Silverlight project. I am looking for …
2
votes
7answers
117 views

Reasons to split project into multiple projects?

What are common reasons to split a development project (e.g. ASP.NET MVC application) into multiple projects? Code organization can be done via folders just as well. Multiple proje …
2
votes
2answers
102 views

How to organize unit testing of a library project in Xcode?

I'm not yet a fan of integrated development environments, but I'm trying to overcome my prejudices and learn Xcode. (Eclipse/CDT is next; I couldn't get that to work for me either …
2
votes
8answers
406 views

How to avoid circular unit reference?

Imagine the following two classes of a chess game: TChessBoard = class private FBoard : array [1..8, 1..8] of TChessPiece; ... end; TChessPiece = class abstract public proce …
1
vote
5answers
129 views

Best way to keep related files together in Django

What’s the best way to keep related files together in Django? In addition to our HTML templates, most views have at least one additional JavaScript file, and possibly an additiona …
1
vote
4answers
112 views

Organization of Unit Tests in Visual Studio

I'm currently creating a paired unit test assembly for every assembly in my project, both are in the same folder. MyProject/MyProject.csproj MyProject.Test/MyProject.Test.csproj …
2
votes
3answers
99 views

Worth the headache to organize SQL files by application subject?

At my company, we save each database object (stored proc, view, etc) as an individual SQL file, and place them under source control that way. Up until now, we've had a very flat …
1
vote
1answer
221 views

Best practices when Design iPhone Game with MVC ?

Hi there, I have made two games for the iPhone already, the first one was a mess, and the second one is less messy but still, not perfect. I would love to hear if someone had some …

1 2 3 next
15 30 50 per page