about summary refs log tree commit diff stats
path: root/000organization.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-19 14:44:16 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-19 14:44:54 -0700
commitbb1a1ac2b6ef51ae9833706f939e421c82cbbd36 (patch)
treead2d0b528076665a89cbe481f5436df4790cb6b0 /000organization.cc
parent3a2d36a93680f2e9eb2bd2a324e4fd83eda2cfdf (diff)
downloadmu-bb1a1ac2b6ef51ae9833706f939e421c82cbbd36.tar.gz
5704
Minor tweaks based on feedback from Max Bernstein.
Diffstat (limited to '000organization.cc')
-rw-r--r--000organization.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/000organization.cc b/000organization.cc
index 87004af5..1bbaa057 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -87,6 +87,8 @@
 //: Programmers shouldn't need to understand everything about a program to
 //: hack on it. But they shouldn't be prevented from a thorough understanding
 //: of each aspect either. The goal of layers is to reward curiosity.
+//:
+//: More information: http://akkartik.name/post/wart-layers
 
 // Includes
 // End Includes