Tagged Questions

This tags groups questions about techniques, tools, processes and procedures for organize software development tasks

learn more… | top users | synonyms

60
votes
53answers
4k views

Do you inflate your estimated project completion dates?

If so why? How much? I tend to inflate mine a little because I can be overly optimistic.
30
votes
15answers
21k views

Bugzilla or Mantis?

As the title says, I'm starting one project right now, and trying to layout the infrastructure for the project (SVN, Email, Bug tracking, Online Forums, etc...) So, Bugzilla or Mantis?
26
votes
14answers
2k views

How do you plan your day's work?

At the start of the day, I often just fire up my IDE and work on my current project until I get tired or finish a certain part of the project. But often that doesn't work out too well. Before I get ...
25
votes
24answers
4k views

How do you choose your project codename?

We use code names to name branches and to have an easy way to reference the next version, before Marketing has decided what number or even name to give it when it is officially launched. I have used ...
22
votes
14answers
1k views

The best way to start a project

When you are starting a personal programming project, what is your first step? I'm trying to start a project thats just an idea at the moment. I get lots of these and I dive right into the code and ...
19
votes
8answers
1k views

How to create an accurate hour estimate?

What are your experiences regarding project planning and creating hour estimates for new projects? What is the approach you are using, and why has or has it not worked for you? Are there any best ...
19
votes
14answers
2k views

What problem does XHTML strict solve?

I really don't understand the fascination with XHTML strict. Inline JavaScript typically requires a rats nest of escapes to make it compatible with XHTML and semi-backwards compatible with MSIE 5 ...
19
votes
9answers
1k views

How do you plan small work or hobby projects?

What tips to people have for getting hobby/home projects done? What tools do you use for designing & planning code? (Pen and paper, software, both?) Do you use software to plan and track your ...
18
votes
12answers
876 views

What is better: set up underestimated or overestimated deadlines?

Suppose you are a project manager. You can estimate an effort in days for specific task for specific developer. After performing estimation you obtain some min and max values. After this you delegate ...
18
votes
8answers
9k views

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 be quite useful. I'm not looking for things I can slavishly copy, but just for ...
18
votes
9answers
29k views

light weight ER diagram tool

Looking for a light weight ER Diagram tool. We are only looking to visualize our tables and their relationships, however none of them have primary key constraints defined. We use certain index/NOT ...
16
votes
13answers
1k views

How do you give a valid time estimate for something you have never done?

As a new developer who is the only software guy on staff I have faced a few challenges but possibly the most difficult has been time estimates. I strugle every time I have to give a project estimate. ...
16
votes
19answers
1k views

How do you make yourself productive doing hobby projects? [closed]

When you are working on hobby projects at home, how do you make yourself productive? Is it planning and self discipline? Do you make notes etc? Creating the right environment? Music? Silence? Good ...
15
votes
9answers
478 views

How to deal with Concurrency before you start coding

I'm midway through programming a Java program, and I'm at the stage where I'm debugging far more concurrency issues than I'd like to be dealing with. I have to ask: how do you deal with concurrency ...
15
votes
9answers
363 views

Telling my manager that having a plan is important

The question: My manager currently believes that design is important, but not crucial for all but the most ambitious projects. It is my opinion that he thinks it is important to design, but not ...
15
votes
16answers
2k views

VSS or SVN for a .Net Project?

At work, one of the head managers asked me to research on what could be the benefits of changing the current source control server (Visual Source Safe) of my project to SVN. I really don't have ...
14
votes
21answers
3k views

How do you manage all your projects and ideas?

I have a billion potential ideas running through my head. About five of those I have actually started and have become "side projects" in addition to my "day job". Some are further along than others, ...
12
votes
5answers
3k views

What is a good software development plan?

Whilst browsing through answers on SO I came across something that is, in my view, one of the more frequent software development management misconceptions: "[software development] plan is a reasonably ...
12
votes
8answers
3k views

How do you maintain a project schedule?

One of the elements of the Joel Test is that you have an up to date schedule. What tools do you use to create and maintain your project schedule? How often is it updated?
11
votes
4answers
151 views

How do you go from an abstract project description to actual code?

Maybe its because I've been coding around two semesters now, but the major stumbling block that I'm having at this point is converting the professor's project description and requirements to actual ...
11
votes
7answers
469 views

How to plan huge software projects?

We've started a huge project. We know what it has to look like but not how to implement it. We started by writing prototypes to test different implementations. What we're lacking is the overview of ...
11
votes
13answers
2k views

Application for sketching ideas on a computer [closed]

I've always wanted to sketch all ideas I come up with in the computer instead of on paper, but everyone knows that sketching with good 'ol fashioned pen and paper beats the crap out of trying to do it ...
11
votes
17answers
776 views

How do you do very quick (and dirty) estimations for coding tasks?

So you've just been put on the spot by The Boss. You've got 15 minutes to come up with a back of the envelope estimate for the addition of some new feature. Your boss (fortunately) recognizes that you ...
10
votes
16answers
991 views

How much planning do you do before starting to code?

When you're starting a new project, how do you plan for it or how long does it take? Pseudocode? Flowcharts? Do you try to think of all the classes in advance? TBH, i never plan anything. I get ...
10
votes
6answers
907 views

Implementing a voting system without requiring registration

I'd like to implement a voting system on my site, without having to force them to create an account. They would ultimately be voting up/down a piece of content which has a unique ID. I know that I ...
9
votes
3answers
479 views

Big picture planning with Agile

I did some fairly thorough reading and searching through SO and didn't find anything on this topic, so hopefully I'm not creating a dupe. If this has been asked before I would appreciate a link. I ...
9
votes
18answers
1k views

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 there. So what do you use? Do you like it? Bonus points for free things and for web apps. ...
9
votes
6answers
762 views

Is LOC correct parameter for project estimation? [closed]

Is LOC correct parameter for project estimation? there are so many scenarios where complexity takes much more time for a single line of code, other than LOC what could be the suggested parameter for ...
9
votes
6answers
369 views

After having started a project and suddenly having found new competition, how do you convince yourself to keep going? [closed]

I understand this is a subjective question but I want to see how others dealt with this issue: How do you convince yourself and your teammates while trying to start a business or a project and ...
8
votes
14answers
627 views

Tools to produce & manage specifications/requirements (not ticket trackers)

I'm interested if there are any websites or software out there to aid in initial project design, and then management of the project's design over time as features are implmented, bugs are found, ...
8
votes
4answers
259 views

Warning signs to look for in a potential customer?

I have seen a few questions about how to interview potential employees and employers, but this is something fairly important that I've come across in the past and I'm sure a lot of other users here ...
8
votes
12answers
640 views

Is it better to hire a developer to do unit tests, or to have each developer do their own?

For a team of 10, is it better to hire an individual developer to do all unit tests, or to have each individual developer do unit tests for their own owned code?
8
votes
24answers
642 views

Should the choice of programming language be a team decision or a management one?

I just had a discussion with an employee of mine about the department programming language standard. He felt that the choice of the programming language should reside with the project team. I feel ...
8
votes
11answers
474 views

Twitter for work updates

If you are sending work/progress reports to the project lead on a daily or weekly basis, I wondered if you would consider using Twitter or similar services for this updates. Say if you're working ...
7
votes
9answers
289 views

Is it a good idea to apply some basic macros to simplify code in a large project?

I've been working on a foundational c++ library for some time now, and there are a variety of ideas I've had that could really simplify the code writing and managing process. One of these is the ...
7
votes
3answers
517 views

Use bug tracker to get things done and manage personal tasks?

This is slightly off-topic, but can only be answered by programmers and is useful to many programmers: Do you think it is useful to use a bug tracking system to keep track of personal todo items and ...
7
votes
8answers
327 views

How to reduce maintenance costs

It has come to the point where 4 out of 5 developers are full time dealing with maintenance or support issues. This is mainly due to the total lack of accountability (read:reviews etc) during the ...
7
votes
6answers
1k views

User story size/scope

When doing agile what are the specific criteria of defining the scope of a user story? What factors should I take into account when defining the scope? Is there any specific formula you use for this ...
7
votes
8answers
737 views

Alternatives to Microsoft Project

I'm looking for quick and simple alternatives to Microsoft Project. I need to articulate what a small team of developers and testers are doing over the coming months, describe the order that they're ...
7
votes
16answers
638 views

How to prevent code rush?

When you have an idea that is blazing through your head for a product, yet everything that is right with the world tells you to plan this application before jumping into a code rush, what methods do ...
7
votes
15answers
1k views

Employee Scheduling Software? Web/Browser Based [closed]

Just wondering if any of you guys know of any web-based/browser-based employee scheduling software/tools? Currently doing it all in Excel, but it just isnt intelligent enough... any product ...
7
votes
7answers
2k views

Sprint Lengths - 2 week vs 30 days

I want to implement Scrum, but I can't decide on a Sprint length. Ken Schwaber seems to relate that 30 days it the defacto... but I can't imagine waiting 30 days without the possibility of changing ...
6
votes
6answers
2k views

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++ and c# large project in my university. All the mini project and assignment are based on text based ...
6
votes
5answers
240 views

Calculating how much time you can save by estimating the code you write in a year

I'm looking for real figures and experiences, please don't take this too subjectively: While looking for something else, I happened on an interesting statement, which partially reads as follows: ...
6
votes
7answers
375 views

How to decrease front end development time in a company/team environment?

How to decrease front end development time in a company/team environment? My company is asking to suggest idea to make front end development process faster? Some points I realized main problem is ...
6
votes
5answers
188 views

How to manage a project when it is frozen/delayed for an indefinite amount of time

Right now, I'm extremely frustrated because I was in the process of developing some cool mechanism to optimize a calculation system by reducing the number of calculations from around half a million to ...
6
votes
3answers
1k views

What free project planning tools like Microsoft Project are you using?

I would like to learn what tools there are and whether you have positive or negative experiences with them. For me important features are Nesting of tasks within tasks calculation of effort ...
6
votes
18answers
1k views

Project management tool for just 2 people?

We are a two people team of software developers and have just started working on a new project. We have a myriad of very small non-critical tasks and some bigger tasks which are usually time-critical ...
6
votes
9answers
110 views

Determining which features are enough to launch

How do you determine what features are enough for launching? Should we launch with the "bare functionality" without goodies? Or should we add "bells and whistles"? How do you decide? Is it true we ...
6
votes
6answers
2k views

Developing a Robocode type game with .Net, for a School Assignment

I am currently in my final year at school, studying for a Higher National Diploma in Computer Studies, and basically in this final semester, we need to develop a Software Project, that basically ...

1 2 3 4 5 6