From 97134fa2d17851809c5d7cdba2a0f57a682292b3 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Mon, 17 Feb 2020 15:22:11 +0100 Subject: [PATCH] simplifies playground motivation --- basics.html | 3 +-- img/motivation-throwaway-playground.dot | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/basics.html b/basics.html index 6fdfe52..192552f 100644 --- a/basics.html +++ b/basics.html @@ -182,8 +182,7 @@ - test stuff without interfering - throw away if garbage - integrate if good - - switch back and forth - - (done right) decision based on regression testing + - switch back and forth without pain </section> <section id="motivation-collaboration-1" data-markdown> diff --git a/img/motivation-throwaway-playground.dot b/img/motivation-throwaway-playground.dot index 5b66168..8fc4cdb 100644 --- a/img/motivation-throwaway-playground.dot +++ b/img/motivation-throwaway-playground.dot @@ -6,9 +6,9 @@ digraph { node [color = limegreen] - master3[label = "ebe0262"] - master2[label = "03f4f8d"] - master1[label = "62a0ee9"] + master3[label = "..."] + master2[label = "..."] + master1[label = "..."] master3 -> master2 -> master1 } @@ -18,8 +18,8 @@ digraph { node [color = orchid] - playground2[label = "8b29f74"] - playground1[label = "7f295dd"] + playground2[label = "visualization"] + playground1[label = "methods"] playground2 -> playground1 } -- GitLab