Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
5answers
4k views

Project design / FS layout for large django projects

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 ...
4
votes
3answers
154 views

Moving constants to a separate assembly

I have a project which utilizes many global constants. Eventually I am planning to extract some parts of the program and create assemblies of its own. Is it worthy (or is it possible?) to create an ...
4
votes
9answers
327 views

How do you choose where to start?

On either a hobby project or an assigned project, how do you choose where to start? Do you start on the easiest component or the hardest component first? Do you build the system bottom-up, or in a ...
2
votes
10answers
926 views

Should I use UML when designing new code and algorithms?

I'm designing a new system and finding that I am struggling with the structure of what I want to do. A symptom is that every time I re-approach the problem I have to try to draw the relationships of ...
1
vote
1answer
61 views

Why should we use multiple Eclipse “Java Project” for multiple layer architecture within single workspace

I've some confusion about what should be the structure/design of eclipse workspace/codebase for multiple layer architecture. Generally we are putting code in different packages for different layer ...
1
vote
6answers
256 views

MVC general class location

In the MVC folder structure, where should general class files reside? For example, I have a class that determines the right DataContext to use, so I'm not reinventing the wheel in each of my ...
0
votes
2answers
1k views

Whats the working principle of omegle.com? [closed]

I came across omegle.com webiste.I know that picks two random strangers and pairs them up and then can chat. In short, i know the functionality of it. But i want to create a similar project as my ...