Update 'project_structure.md'
This commit is contained in:
parent
d5538bbe3a
commit
cb2fdd8d33
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user