diff options
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 |