Skip to content

Commit 44aac5a

Browse files
Zelenyatomjaguarpaw
authored andcommitted
Add the 3 why haskell points
1 parent b4a73e3 commit 44aac5a

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

site/index.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,26 @@ <h3 class="summary">Enjoy long-term maintainable software you can rely on</h3>
2525
</div>
2626
</div>
2727

28-
<br>
29-
<br class="hidden-xs hidden-sm">
28+
<br class="hidden-xs hidden-sm">
29+
30+
<div class="container">
31+
<div class="row">
32+
<div class="span4 col-xs-12 col-sm-4">
33+
<h3>Model complex domains</h3>
34+
<p>Express domain rules, invariants, and possible states directly in code instead of scattering them through comments, docs, and informal practices.</p>
35+
</div>
36+
<div class="span4 col-xs-12 col-sm-4">
37+
<h3>Build reliable software</h3>
38+
<p>Catch mistakes before they escape into production and build systems that stay dependable as the logic gets more complex and the stakes get higher.</p>
39+
</div>
40+
<div class="span4 col-xs-12 col-sm-4">
41+
<h3>Refactor with confidence</h3>
42+
<p>Keep your codebase maintainable, even as requirements shift, teams change, and environments evolve.</p>
43+
</div>
44+
</div>
45+
</div>
46+
47+
<br>
3048
<br class="hidden-xs hidden-sm">
3149

3250
<div class="pattern-bg">

0 commit comments

Comments
 (0)