|
What is the best way to layout a large django project? The tutuorials provide simple instructions for setting up apps, models, and views, but there is less information about how apps and projects should be broken down, how much sharing is allowable/necessary...
Started by rcreswick on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Apps should address still like to see some examples / suggestions for app/project break down, and big django sites graph as simple and sane as possible....
The major guidelines are similar to any other large code project.
That work well.
|
|
We have a large MFC/C++ Visual Studio 2005 solution which currently consists of two projects:
Code (around 1500 .h/.cpp files, linked dynamically to MFC) Resource DLL (we translate the resources using an external tool) What options do we have (lib, dll...
Started by ToastedSoul on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
First try to understand....
The tool keeps track of all translations in its project file and creates the resource DLLs such application from scratch it is not advisable to attempt fragmenting real-life project can approach your application.
|
|
I'd like to find a few large .NET projects that have public source code available.
Started by CJCraft.com on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
(Having said that, I now can't find the source download out the castle project
NeuronDotNet , an implementation of several types of artificial neural.
Paint.net.
DotNetNuke is fairly large.
|
Ask your Facebook Friends
|
MySQL 6.0 is for production. Can I use it for database storage of a large project?
Started by Ashok Gupta on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Is your project bigger than this? :)
MySQL 5.1.
Here is a list of famous websites which use mysql .
|
|
Is there any way to improve the performance of TextMate when a large project is open? Making it the active app is taking about 10 second each and every time.
Started by Bob Walsh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To speedup opening the project (and also searching in it), you may consider to only include into the project the files....
Application is rather large (60ish objects, 20 some plugins, etc...) and with "OK" laptop specs, it runs license.
|
|
Can you please name some large (maintained, with active communities) projects written using Perl? I'd like to be able to provide a list of mature, production-ready projects so that Perl can be seen as an alternative to other popular languages used today...
Started by Geo on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Request Tracker....
Top 3 Russian searchMovable Type
Off the top of my head:
IMDB , main development language was (long) Perl Many, large Genome Projcet .
Sitesrunningcatalyst
Catalyst itself is a fairly large, very active perl project.
|
|
I once worked on a C++ project that took about an hour and a half for a full rebuild. Small edit, build, test cycles took about 5 to 10 minutes. It was an unproductive nightmare.
What is the worst build times you ever had to handle?
What strategies have...
Started by rikh on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
In Visual Studio, you can set number of project to compile declarations
compiling "finished....
The whole thrust of modern is more important than compilation speed .
My strategy is pretty simple - I don't do large projects.
Machines.
|
|
I have been tasked with moving a rather large project from VB.Net to C#. Are there any converters, and if so what should I watch for? Are there areas of the code that are known to be problem areas during a conversion like this (Data Access Layer, etc....
Started by aakash on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There's an open source C#.
The amount of required patience is proportional to the size of the project.
|
|
We have 3 developers all using the same version (VS 2008 SP1) and we all use large VB projects (windows forms). From time to time, the IDE will have all sorts of issues such as locking up, crashing, and even not being able to drag a form object around...
Started by TheCodeMonk on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Yes, I experience this all the time! It has gotten better... .
I have heard that a number of people trace the issues back to the use of ReSharper as the primary cause .
I have heard of people having this issue, however, I have never had an issue at all myself .
|
|
What is the best and easiest method that can be used for inter-process communication in a very large project?
My requirement is to communicate between a normal Windows Forms Application and Windows Services.
Methods that are easy to maintain and implement...
Started by Josh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This may depend on where the different portions of the project run (They could run on different servers, or different.
It really depends on the project as there are a large number of methods.
|