Update 'project_structure.md'

This commit is contained in:
jeff 2021-06-07 04:17:31 +00:00
parent 756f803ff6
commit 4603877ab0

View File

@ -22,6 +22,9 @@ The complexity scores are rough estimates, but are useful in realizing how compl
If your project is simple, do not add unnecessary structure. This increases the cognitive load of anyone trying to use the project.
### Organize Code by Responsibility
### Package `internal`
### Package `pkg`
@ -36,3 +39,4 @@ Just as structs, funcs, files, packages, and modules are
### Other Resources
https://rakyll.org/style-packages/