Update 'project_structure.md'

This commit is contained in:
jeff 2022-09-26 17:47:31 +00:00
parent d5538bbe3a
commit cb2fdd8d33
1 changed files with 3 additions and 0 deletions

View File

@ -45,3 +45,6 @@ Modules, packages, files, funcs, and structs are all encapsulation tools. Use t
### Adding Complexity Should Have a Rationale
Adding packages adds complexity to your project. The onus is on the person adding the complexity to rationalize it. If there is no rationale, it should probably be removed.
### Reviewing Go Code
[Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) has a lot of information on what to look for and tolerate in code.