diff options
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Dev.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ solidified and functionality is well-established should some code be promoted up the namespace hierarchy. Start with small namespaces: use `Biz/Thing.hs` before `Biz/Thing/Service.hs`. -Try to keep all related code in one spote for as long as possible. +Try to keep all related code in one spot for as long as possible. Boundaries and interfaces between namespaces should be singular and well-defined. Likewise, the functionality and purpose of a particular |