Skip to content
Snippets Groups Projects
Unverified Commit 97134fa2 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

simplifies playground motivation

parent a99a9de3
No related branches found
No related tags found
No related merge requests found
...@@ -182,8 +182,7 @@ ...@@ -182,8 +182,7 @@
- test stuff without interfering - test stuff without interfering
- throw away if garbage - throw away if garbage
- integrate if good - integrate if good
- switch back and forth - switch back and forth without pain
- (done right) decision based on regression testing
</section> </section>
<section id="motivation-collaboration-1" data-markdown> <section id="motivation-collaboration-1" data-markdown>
......
...@@ -6,9 +6,9 @@ digraph { ...@@ -6,9 +6,9 @@ digraph {
node [color = limegreen] node [color = limegreen]
master3[label = "ebe0262"] master3[label = "..."]
master2[label = "03f4f8d"] master2[label = "..."]
master1[label = "62a0ee9"] master1[label = "..."]
master3 -> master2 -> master1 master3 -> master2 -> master1
} }
...@@ -18,8 +18,8 @@ digraph { ...@@ -18,8 +18,8 @@ digraph {
node [color = orchid] node [color = orchid]
playground2[label = "8b29f74"] playground2[label = "visualization"]
playground1[label = "7f295dd"] playground1[label = "methods"]
playground2 -> playground1 playground2 -> playground1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment