The large-projects tag has no wiki summary.
4
votes
0answers
166 views
Overwhelmed by complex C#/ASP.NET project in Visual Studio 2008 [closed]
I have been hired as a junior programmer to work on projects that extend existing functionality in a very large, complex solution. The code base consists of C#, ASP.NET, jQuery, javascript, html and ...
1
vote
2answers
102 views
Convert Old Netbeans 3.6 Large Java Project (2 GB Source) to New Netbeans 7 IDE
I have Large Java Project almost 2 GB, This project runs perfect with Netbeans 3.6 as it compile files as user wants (Press F9), But when i import that project to New Netbeans 7, it goes to auto build ...
2
votes
2answers
4k views
CakePHP or Symfony 2 or Zend Framework for large project
I'm going to build a crm project. I uses cakephp most of of the time for my previous projects. But I want to move ZendFramework or Symfony. I want to know which one would be better for project like ...
5
votes
2answers
199 views
Are there technical reasons to avoid creating highly tangled package dependencies in large Java projects?
I'm new to modern Java compilers and Virtual Machines, so I'm curious, what technical issues do large Java projects (5000+ sizable classes) encounter, during compilation and at runtime, as the gordian ...
0
votes
0answers
325 views
Linking libraries and executables using cmake
I'm working in a reasonably large c++ project (composed of some executable and libraries) and I'm struggling with some building issues. Using cmake, every time I modify the code of a library I need ...
0
votes
0answers
665 views
Silverlight + WCF in a large ERP project - How to handle changes on Server/Service Side?
we are rebuilding our ERP-Application from a procedural programmed desktop app to a web-based solution and want to use Silverlight togehter with a WCF Service. Now we are struggling with an ...
1
vote
8answers
282 views
Our project contains 2600 class files - where and how should we start writing junit tests?
Our project contains 2600 class files and we have decided to start using automated tests.
We know we have should have started this 2599 class files ago, but how and where should large projects start ...
0
votes
4answers
923 views
Structuring a Large PHP Project [closed]
PHP is a largely flexible language, I could do this anyhow and anywhere. However, what would you consider to be best practices for structuring large projects?
I have built a bespoke CMS for a client, ...
2
votes
2answers
696 views
MSTest + MSBuild + Many test projects
I am responsible for maintaining the msbuild scripts for a large project.
The solution contains about 90 projects each having their own test project.
As part of the build process all test projects ...
2
votes
3answers
299 views
Copying a foreign Subversion repository to keep under dependencies
I want to keep dependencies for my project in our own repository, that way we have consistent libraries for the entire team to work with. For example, I want our project to use the Boost libraries. ...
10
votes
5answers
769 views
Overcoming C limitations for large projects
One aspect where C shows its age is the encapsulation of code. Many modern languages has classes, namespaces, packages... a much more convenient to organize code than just a simple "include".
Since C ...
4
votes
3answers
286 views
What C++ book talks about recommended ways of organizing big project C++ code?
I would like to know about books that talk about design issues like when to use namespaces and other coding standards to write good quality efficient C++ code. One that talks about Code testing will ...
6
votes
7answers
392 views
Coding Pratice: What are your thoughts on a 1.7 Million LOC project?
I am listening to a panel discussion where a person mentions their 'engine' is not 1.3 but now is 1.7 million lines of code.
That frightens me. I can't imagine that number of lines, the amount of ...
3
votes
7answers
259 views
MySQL: are the consistency/data loss/query optimization issues I read about “that bad”?
As I've been looking into the differences between Postgres and MySQL, it has struck me that, if what I read is to be believed, MySQL should be (disclaimer: by reading the rest of this sentence, you ...