summaryrefslogtreecommitdiff
path: root/src/_posts/2019-08-02-program-structure-and-composability.md
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-02-01 21:49:41 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-02-01 21:49:41 -0700
commit267e0f21d83351cceb441ca2c8223b3f88d3aa1c (patch)
treef97644e89db5836b5937899014942eba68023a78 /src/_posts/2019-08-02-program-structure-and-composability.md
parent90b897dbbc014ab11f77566c0a7901a9db42c272 (diff)
add tags to all posts, and generate per-tag feeds
Diffstat (limited to 'src/_posts/2019-08-02-program-structure-and-composability.md')
-rw-r--r--src/_posts/2019-08-02-program-structure-and-composability.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_posts/2019-08-02-program-structure-and-composability.md b/src/_posts/2019-08-02-program-structure-and-composability.md
index b44c534..7add404 100644
--- a/src/_posts/2019-08-02-program-structure-and-composability.md
+++ b/src/_posts/2019-08-02-program-structure-and-composability.md
@@ -4,6 +4,7 @@ title: >-
description: >-
Discussing the nature of program structure, the problems presented by
complex structures, and a pattern that helps in solving those problems.
+tags: tech
---
## Part 0: Introduction