Replies: 4 comments
|
Hi Luís, good question. I'm not a big fan of Having a |
|
Yeah, I agree. That's my dilemma: root package, be bloated or not be bloated. |
|
Yes, finally someone thought on that matters too, I also have this dilemma and ended up with |
|
I think For my server projects, I would place domain types either in the |
Uh oh!
There was an error while loading. Please reload this page.
I want to know your opinion on using the root directory to place
event.go,auth.go, etc. instead of using something like asrc,wtf,internalor another naming.I totally understand and I do it in the same way but, I also think that the root directory usually feels bloated because we have a lot of folders, a lot of
*.gofiles, a lot of*_test.gofiles and we still need to put the Dockerfile,go.mod, some Jenkinsfile/travis, etc and other configuration files for coverage, ci/cd, etc.All reactions