Top "Project-planning" questions

QUESTIONS ABOUT SOFTWARE DEVELOPMENT METHODS AND PRACTICES OR PROJECT MANAGEMENT ARE OFF-TOPIC.

Bugzilla or Mantis?

As the title says, I'm starting one project right now, and trying to layout the infrastructure for the project (SVN, …

bug-tracking project-planning bugzilla mantis
Class diagram examples for RPG (Role Playing Game)

Does anyone know where I can find examples of class diagrams for RP game development? Something similar to here would …

class project-planning class-diagram
What's the best way to generate a (nice looking) roadmap?

I'm using internally a simple text list to represent roadmaps. But that's not enough when it comes to present the …

project-management project-planning
Functional Specifications vs. Requirements Document

Currently in my comp., there are some changes going on regarding project documentation. There is a LOT of time and …

project-planning
What do you use to make programming flowcharts, diagrams, etc?

I've always just used OpenOffice Draw and it just occurred to me that there has to be something better out …

drawing diagram project-planning
How to design/plan for web application development?

I'm interested in learning how to design/plan for web application development, in a multiple developer team scenario. Assuming the …

web-applications oop uml project-planning
Planning a programming project by example (C# or C++)

I am in the last year of undergraduate degree and i am stumped by the lack of example in c++ …

c# c++ database project-planning
Recommended WPF Project Structure?

I'm a stickler for good Visual Studio Solution and Project structures. I'm about to start a WPF proof of concept …

.net wpf mvvm project-planning project-structure
What is your preferred boolean pair: 1/0 Yes/No True/False?

When dealing with MySQL, I typically use the BOOLEAN type, which is equivalent to TINYINT(1), or 1/0 In most languages I …

sql naming-conventions project-planning
Should i develop this application in C# or VBA?

First off, this question is not meant to be a debate of the overall merits of C# vs VBA. I …

c# vba project-planning