You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just had a bit of advice that would certainly help me understand the code better. It seems all the code is at the top level. In my opinion this is harder to read and understand as:
Code isn't "categorised into areas", and I'm not sure where to find things
You have to scroll down quite far to get to the README!
packages can help follow the "single responsibility principle", rather than the whole repo doing everything.
I know I see the code is auto-generated by Crank, but hoping it's possible to find a solution that makes the code easier to digest.
Potentially following code such as https://github.com/golang-standards/project-layout would help 🙏
The text was updated successfully, but these errors were encountered:
Hello,
Just had a bit of advice that would certainly help me understand the code better. It seems all the code is at the top level. In my opinion this is harder to read and understand as:
I know I see the code is auto-generated by Crank, but hoping it's possible to find a solution that makes the code easier to digest.
Potentially following code such as https://github.com/golang-standards/project-layout would help 🙏
The text was updated successfully, but these errors were encountered: