summaryrefslogtreecommitdiff
path: root/drafts/2021-11-19-agile-is-not-an-excuse.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-11-28 10:51:44 -0500
committer53hornet <atc@53hor.net>2021-11-28 10:51:44 -0500
commitc015aa115dedc0b9aac37ea1889f01369cf345a3 (patch)
tree6d620766906ab92d847fde6e7cc756196819d089 /drafts/2021-11-19-agile-is-not-an-excuse.php
parentb96e499cb33a046b7f9f1a3d0d7be97679022f6a (diff)
download53hor-c015aa115dedc0b9aac37ea1889f01369cf345a3.tar.xz
53hor-c015aa115dedc0b9aac37ea1889f01369cf345a3.zip
feat: publish tarpit, new drafts
Diffstat (limited to 'drafts/2021-11-19-agile-is-not-an-excuse.php')
-rw-r--r--drafts/2021-11-19-agile-is-not-an-excuse.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/drafts/2021-11-19-agile-is-not-an-excuse.php b/drafts/2021-11-19-agile-is-not-an-excuse.php
new file mode 100644
index 0000000..24afa4f
--- /dev/null
+++ b/drafts/2021-11-19-agile-is-not-an-excuse.php
@@ -0,0 +1,18 @@
+<?php
+$title = "Agile Is Not an Excuse";
+if (!empty($early)) {
+ return;
+}
+include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');
+?>
+
+Don't use agile software development as a crutch or an excuse for not adding value. Reacting to change and pivoting for your stakeholders only works when you go from one "swimlane" or "track" to another. It doesn't work when you move cyclically from one project to another whenever one seems more important than the other to you, management, stakeholders, etc.
+
+Don't use agile software development as the excuse to have stories "done" in a certain number of sprints. Quarterly predictions should not confine the process to days or weeks.
+
+Remember:
+
+- Individuals and interactions over processes and tools
+- Working software over comprehensive documentation
+- Customer collaboration over contract negotiation
+- Responding to change over following a plan