summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2019-08-13 00:01:51 -0400
committerBrian Picciano <mediocregopher@gmail.com>2019-08-13 00:01:51 -0400
commitd9cb7324354dbda0aa93e06d4cd6bf179c8020ad (patch)
treedbb6433cc12e4887b2fe128a7359bbebf298721e /_posts
parent2ecb36ed59bc2c443b2d40e55fadd7f68e7b6645 (diff)
program structure: publish!
Diffstat (limited to '_posts')
-rw-r--r--_posts/2019-08-02-program-structure-and-composability.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/_posts/2019-08-02-program-structure-and-composability.md b/_posts/2019-08-02-program-structure-and-composability.md
index bf13645..e965684 100644
--- a/_posts/2019-08-02-program-structure-and-composability.md
+++ b/_posts/2019-08-02-program-structure-and-composability.md
@@ -4,7 +4,6 @@ title: >-
description: >-
Discussing the nature of program structure, the problems presented by
complex structures, and a pattern that helps in solving those problems.
-hide: true
---
## Part 0: Introduction