From f4b8c0df041b063c0b47d2ec6c818a9c202fd833 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 15 Apr 2020 09:54:10 -0700 Subject: Re-namespacing Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f8b92bd..ea5469c 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3