From 9cbb85f80c60d83c92c48d8fedd2fa5326d5211d Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:45:47 -0500 Subject: [PATCH] Log links --- site/link-log.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/link-log.yaml b/site/link-log.yaml index a390c70..08c46b6 100644 --- a/site/link-log.yaml +++ b/site/link-log.yaml @@ -1,3 +1,13 @@ +- url: https://www.brightball.com/articles/story-points-are-pointless-measure-queues + name: "Barry Jones: Story Points are Pointless, Measure Queues" + summary: | + Well worth the read if you make software on an "agile" team. First, Barry + explains why "story points" don't work. Then Barry outlines what to do + instead. + + It's brilliant to apply queueing theory and Little's Law to estimate delivery + of software in a queue. As software engineers we know it works for job and + message queues. Why wouldn't it work for development queues? - url: https://jordankaye.dev/posts/go-slow-move-fast/ name: "Jordan Kaye: Go Slow to Move Fast" summary: |