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 @@
- 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>
......
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment