-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtddflow.html
More file actions
executable file
·131 lines (94 loc) · 5.74 KB
/
Copy pathtddflow.html
File metadata and controls
executable file
·131 lines (94 loc) · 5.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html >
<head>
<!-- Site made with Mobirise Website Builder v4.10.7, https://mobirise.com -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Mobirise v4.10.7, mobirise.com">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/favicon-70x70.png" type="image/x-icon">
<meta name="description" content="TDDflow: a versioning workflow for TDD">
<title>TDDflow</title>
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120541603-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120541603-1');
</script>
<!-- /Google Analytics -->
<section class="header1 cid-ric7KY1fet mbr-parallax-background" id="header1-60">
<div class="mbr-overlay" style="opacity: 0.3; background-color: rgb(35, 35, 35);">
</div>
<div class="container">
<div class="row justify-content-md-center">
<div class="mbr-white col-md-10">
<h1 class="mbr-section-title align-center mbr-bold pb-3 mbr-fonts-style display-1">
TDDFLOW</h1>
<h3 class="mbr-section-subtitle align-center mbr-light pb-3 mbr-fonts-style display-2">Versioning with Test-Driven Development</h3>
<p class="mbr-text align-center pb-3 mbr-fonts-style display-5">TDDflow is designed to comply with the Red-Green-Refactor cycles of TDD and to capture your intent while developing. It is auditable by design, that is to say if you apply TDD, TDDflow proves it.</p>
<div class="mbr-section-btn align-center"><a class="btn btn-md btn-secondary display-4" href="workflow.html#info1-66">
Less</a> <a class="btn btn-md btn-primary display-4" href="http://tddflow.testasyouthink.org" target="_blank">TDDflow with Git</a></div>
</div>
</div>
</div>
</section>
<section class="engine"><a href="https://mobirise.info/j">website templates</a></section><section class="mbr-section article content1 cid-rixadVPPDa" id="content1-63">
<div class="container">
<div class="media-container-row">
<div class="mbr-text col-12 mbr-fonts-style display-7 col-md-8"><p>TDDflow may be plugged in any branching workflow such as <a href="workflow.html#content5-4e">GrootFlow</a>, <a href="https://nvie.com/posts/a-successful-git-branching-model/" target="_blank">Gitflow</a> or <a href="https://trunkbaseddevelopment.com/" target="_blank">Trunk-Based Development</a>. In addition to <a href="https://en.wikipedia.org/wiki/Test-driven_development" target="_blank">TDD</a>, it is compatible with <a href="https://en.wikipedia.org/wiki/Bug-driven_development" target="_blank">Bug-Driven Development</a>, <a href="https://gist.github.com/zsup/9434452" target="_blank">Documentation-Driven Development</a>, and even <a href="https://medium.com/@kentbeck_7670/test-commit-revert-870bbd756864" target="_blank">TCR</a>.</p></div>
</div>
</div>
</section>
<section class="cid-ric722CxWg" id="image3-5z">
<figure class="mbr-figure container">
<div class="image-block" style="width: 80%;">
<img src="assets/images/tddflow-5-1554x2724.png" width="1400" alt="TDDflow for Test-Driven Development (TDD), Bug-Driven Development (BugDD) & Documentation-Driven Development (DocDD)" title="">
</div>
</figure>
</section>
<section class="mbr-section info1 cid-rixeBJ8kcz" id="info1-64">
<div class="container">
<div class="row justify-content-center content-row">
<div class="media-container-column title col-12 col-lg-7 col-md-6">
<h3 class="mbr-section-subtitle align-left mbr-light pb-3 mbr-fonts-style display-5">
Use Git commands to simply practice TDDflow at home.</h3>
<h2 class="align-left mbr-bold mbr-fonts-style display-2">
TDDflow with Git</h2>
</div>
<div class="media-container-column col-12 col-lg-3 col-md-4">
<div class="mbr-section-btn align-right py-4"><a class="btn btn-primary display-4" href="https://tddflow.testasyouthink.org" target="_blank">Use it</a></div>
</div>
</div>
</div>
</section>
<section once="" class="cid-qRuggtLoj0" id="footer6-5y">
<div class="container">
<div class="media-container-row align-center mbr-white">
<div class="col-12">
<p class="mbr-text mb-0 mbr-fonts-style display-7">
© Copyright 2018-2020 Xavier Pigeon - All Rights Reserved
</p>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/parallax/jarallax.min.js"></script>
<script src="assets/theme/js/script.js"></script>
</body>
</html>