From 4ae9de24e81b9fe5c933746484fd300e191fc106 Mon Sep 17 00:00:00 2001 From: Dirk Groot Date: Sat, 25 Jun 2022 19:58:31 +0200 Subject: [PATCH] Add yagni tag to Robot Worlds parts 2 and 4 --- content/posts/robot-worlds/02-communication/index.md | 2 +- content/posts/robot-worlds/04-end-to-end/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/robot-worlds/02-communication/index.md b/content/posts/robot-worlds/02-communication/index.md index cce8b90..98dd7c9 100644 --- a/content/posts/robot-worlds/02-communication/index.md +++ b/content/posts/robot-worlds/02-communication/index.md @@ -3,7 +3,7 @@ title: "Robot Worlds 2: Communication" date: 2022-06-18T13:53:03Z draft: false series: [Robot Worlds] -tags: [walking-skeleton, robot-worlds, kotlin, kotlin-serialization, tdd] +tags: [walking-skeleton, robot-worlds, kotlin, kotlin-serialization, tdd, yagni] --- {{< summary >}} Our walking skeleton is no more than an undead skull at the moment. Some more bones need to be added to make it a fully diff --git a/content/posts/robot-worlds/04-end-to-end/index.md b/content/posts/robot-worlds/04-end-to-end/index.md index 8e92863..94fc006 100644 --- a/content/posts/robot-worlds/04-end-to-end/index.md +++ b/content/posts/robot-worlds/04-end-to-end/index.md @@ -3,7 +3,7 @@ title: "Robot Worlds 4: End to end" date: 2022-06-25T16:20:22Z draft: false series: [Robot Worlds] -tags: [walking-skeleton, robot-worlds, kotlin, tdd] +tags: [walking-skeleton, robot-worlds, kotlin, tdd, yagni] --- {{< summary >}} I feel like we're almost done with our walking skeleton. Today, I'll try to finish it.