diff options
author | Ben Sima <ben@bsima.me> | 2021-04-13 10:04:14 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-13 10:04:14 -0400 |
commit | 69c276ef8258bcfadf3556d61313e3fd69c5a1ae (patch) | |
tree | 70a54df41041398d8cc7b5e39a4596eb01bd407f /Biz/Dev.md | |
parent | dd0087f6e71db399d789e644bfee0792035184dc (diff) |
Fix typo
Diffstat (limited to 'Biz/Dev.md')
-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 |