Tagged Questions

0
votes
10answers
178 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 th …
10
votes
4answers
1k 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 a …
1
vote
6answers
105 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 …
3
votes
9answers
268 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 bo …