diff options
author | Ben Sima <ben@bsima.me> | 2020-04-15 09:54:10 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-15 10:06:56 -0700 |
commit | f4b8c0df041b063c0b47d2ec6c818a9c202fd833 (patch) | |
tree | 01ad246a83fda29c079847b3397ca6509a7f6106 /README.md | |
parent | 6ed475ca94209ce92e75f48764cb9d361029ea26 (diff) |
Re-namespacing
Moving away from the DNS-driven namespacing toward more condensed names,
mostly because I don't like typing so much.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,10 +26,10 @@ what code we write, not just how we write it; that is by design. ## Layout -The source tree maps to the DNS namespace that we own. The purpose of -this mapping is to keep things organized hierarchically in how they are -deployed on the Internet. The main 'common' space is `Com.Simatime`, -other namespaces should be related to their application. +The source tree maps to the module namespace, and roughly follows the +Haskell namespace hierarchy (although nothing is enforced). The main +'common' space is `Biz`, other namespaces should be related to their +application. Development aspects should be localized to their sub-namespaces as much as possible. Only after sufficient iteration such that interfaces are |