-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(posts): add "Why deadlines are important"
Post: 2024-07-08-why-deadlines-are-important.md
- Loading branch information
1 parent
04358ee
commit fa38b22
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: post | ||
title: Why deadlines are important | ||
date: 2024-07-08 20:36:22 | ||
excerpt: Why deadlines are important in project management. | ||
categories: management business organization | ||
--- | ||
|
||
Project leads are accountable for delivering the project, and part of the responsibility is determining when the project will be delivered. Setting a target date is important because it helps with planning and knowing when something will be done, which is used to determine costs and revenues. The time and effort spent to build the feature is the _cost_; the output is the _return_. | ||
|
||
As a stakeholder, I want a project lead who's neither _optimistic_ nor _pessimistic_, but _**realistic**_. Optimistic project leads set a short deadline, which leads to underperformance and stress the closer they get to the target date. Pessimistic project leads set a long deadline—which looks good initially—but causes the organization to miss out on newer opportunities. As [Parkinson's Law](https://wikipedia.org/wiki/Parkinson%27s_law) states, "_work expands so as to fill the time available for its completion_." Such teams' performance misses the mark when compared to others, which leads them to be the first on the chopping block. | ||
|
||
Thus, the best project lead is realistic, where deadlines are neither too long nor too short. This strikes a healthy balance between expectations and performance. Also, business is able to plan and predict the next set of work. This minimizes disruptions since management loves consistency. |