Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

28
votes
15answers
2k views

How to Deal with chronic time issues?

I have a developer on my staff that chronically overshoots deadlines, and estimates. On several projects the last week or two everyday I hear "It should be done by the end of the day". This developer ...
13
votes
8answers
1k views

How do you handle scheduling/deadlines around programmers?

Do programmers like to create deadlines? Im a web developer, and schedules/deadlines are all over the place in my field. But I've worked with some software engineers/programmers who hate deadlines, is ...
4
votes
5answers
671 views

How to deal with rapid project spec changes in a tight deadline scenario?

How to deal with a project manager that imposes really tight deadlines but with a day or so before the deadline brings in new features and spec changes to implement, with another tight deadline. ...
3
votes
8answers
455 views

What is the best way to tell a client that a software project will be late? [closed]

Hypothetical situation: You are doing a software/web development project for a client, but you know that you will not be able to make the deadline. As the deadline approaches, you can clearly see ...
2
votes
1answer
195 views

Google app engine python timeout sending email

My script grabs the content of an rss page gets the urls in that page saves them to a list then it grabs the content of each url and it emails the contents of the page to me. Everything is working ...
2
votes
5answers
167 views

deadline shortcuts

Most of the time I write very maintainable and well design code(even at home). However I just wrote db + msword report app for my friend and code is really bad - lots of code duplication and ...
1
vote
2answers
698 views

Google App Engine Task Deadline

is there a way to handle any soft deadline while executing a task ? The DeadlineExceededError is thrown after 10 minutes of execution and I am given few seconds after that to do some stuff. I want to ...
1
vote
5answers
154 views

organizing code and how to hit deadlines in a progamming deadline

I know this may not be exactly a coder question, but I feel it is still related to programming because I'm sure many developers have come across this before and might have some insight on how to ...
0
votes
1answer
52 views

Earliest deadline scheduling

I want to implement Earliest deadline scheduling in C but I cant find the algorithm on the net.. I understand the example below that when time is 0, both A1 and B1 arrive. Since A1 has the earliest ...
0
votes
1answer
52 views

Real time deadline calculation

In the book 'Realtime Programming in Java' there is an example which I need help with: To avoid explosion, there is a deadline for the pump to be switched off once the methane level exceeds a ...
0
votes
2answers
122 views

How add field deadline in TRAC?

I want to add new field "deadline" for tickets in a Trac system . How can I do it?
0
votes
1answer
47 views

What is the most effective way of communicating potential delays in software development? [closed]

Possible Duplicate: What is the most effective way of communicating potential delays in software development? Hi, In development, what is the best way to manage delays? For example, you're ...
0
votes
1answer
172 views

Scheduling With Deadlines

Hi I want to implement a simple code for scheduling with deadlines by c# I have java pesudo code but I don't know how to check the feasible sequence is anybody to help me
0
votes
10answers
292 views

When must you use poor design to finish a project?

There are many different bad practices, such as memory leaks, that are easy to slip into a program on accident. Sometimes, they might even be able to jury-rig your program together. I'm working on a ...