Skip to content

Commit f20ffe4

Browse files
committed
Update Bystander_Apathy.md
1 parent 7f5db6b commit f20ffe4

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

catalogue/Bystander_Apathy.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,37 @@ Bystander Effect
88

99
## Summary
1010

11-
The state in which individuals are less likely to offer help to a peer in trouble when there are other people present.
11+
Bystander Apathy is an anti-pattern in which individuals are less likely to offer help to a peer who is experiencing difficulties when multiple people are present. Responsibility becomes diffused across the group, leading to inaction, unresolved problems, and prolonged delays. In software projects, this behavior results in stalled tasks, ignored requests for assistance, and reduced team effectiveness.
1212

1313
## Context
1414

15-
any
16-
1715
## Unbalanced Forces
1816

17+
- Team members assume that someone else will intervene or provide assistance.
18+
- Individuals want to avoid taking responsibility for problems outside their assigned tasks.
19+
- Lack of explicit ownership over work units discourages proactive support.
20+
- Social and organizational norms discourage interruption or escalation.
21+
1922
## Symptoms and Consequences
2023

21-
- Unresolved or unclosed work units remain unchanged for a long time
22-
- Requests and questions of workers are being continuously ignored
23-
- A person struggles with a single work unit and spends too much time resolving it
24+
- Unresolved or unclosed work units remain unchanged for a long time
25+
- Requests and questions of workers are being continuously ignored
26+
- A team member struggles alone with a single task for an excessive amount of time.
27+
- Problems escalate unnecessarily due to delayed intervention.
28+
- Overall project progress slows down.
29+
- Team morale and collaboration deteriorate.
2430

2531
## Causes
2632

27-
- The responsibility for completing a task is diffused among many people which leads to weak sense of responsibility of the individuals
28-
- Ineffective communication about problems encountered in activities
33+
- Diffusion of responsibility across many team members.
34+
- Lack of clear ownership or accountability for tasks.
35+
- Ineffective communication of problems and blockers.
36+
- Absence of monitoring mechanisms to detect stalled work.
37+
- Organizational culture that discourages asking for or offering help.
2938

3039
## (Refactored) Solution
3140

32-
- Perform inspections of activities that take too long to complete
33-
- Insist that all requests for assistance are processed and not ignored (answer raised questions, provide support if someone gets stuck)
41+
Actively monitor work units and identify tasks that take unusually long to complete. Establish clear expectations that requests for assistance must be acknowledged and addressed. Encourage a team culture where helping peers is valued and rewarded. Introduce explicit ownership or rotation of responsibility to ensure that issues are noticed and acted upon.
3442

3543
## Related Anti-patterns
3644

0 commit comments

Comments
 (0)