on
Taming A Wild Django Project, Part 2
As described last time, there are two major solution areas for big wins when taming a wild django project. This time, we discuss the social side.
Code is just one part of the business system. It is the most visible, obvious, and measurable, but it’s a byproduct, a symptom of the people and structures that produced it. When a Django project is wild, some of the problems stem from lack of knowledge or time in the manufacturing, but part of it probably stems from institutional forces: who has power or authority, and the patterns of interaction that form the workplace.1
“Happy families are all alike; every unhappy family is unhappy in its own way.” - Tolstoy
We can imagine various stories that all arrive at the same place:
- As the project grew, failures in handoffs begat the scar tissue of Process to CYA. This slowed down the system, resulting in more division of the work to speed things up, increasing handoffs and GOTO 1.
- What started as a small project grew into a larger team, and the reporting structure organized around chains of command up to the original founders instead of centralizing in the team. This let large ideological holy wars run rampant as developers in the same project had orthogonal requirements to their bosses, who themselves sat on different sides of the wars.
- Lacking knowledge of practice and history, decision-makers thrust into a management position reinvent Waterfall. Surely, it will work better this time. It makes so much sense! The bullwhip effect is not real.
Traumatropism: a modification of the orientation of an organ (as a plant root) as a result of wounding.2
These dysfunctions in the between-humans parts of the business (which is most of the business!) ripple into decision about planning and scope, and that shows up in code. Here’s how to deal with it.
- After all, who made those resourcing calls? Who set those timelines? Who decided to build the project this way? All those things come from people, and are tainted by their dysfunctions. [return]
- Kevlin talks about this phenomenon as well. [return]