Update 'project_structure.md'
This commit is contained in:
parent
756f803ff6
commit
4603877ab0
@ -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.
|
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 `internal`
|
||||||
|
|
||||||
### Package `pkg`
|
### Package `pkg`
|
||||||
@ -36,3 +39,4 @@ Just as structs, funcs, files, packages, and modules are
|
|||||||
|
|
||||||
### Other Resources
|
### Other Resources
|
||||||
|
|
||||||
|
https://rakyll.org/style-packages/
|
Loading…
Reference in New Issue
Block a user