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
Since we are having more contributors (@xplorld, it's better to come up with a strict standard of how to develop and use Go library within dyweb), this would also reduce the cost for code review (if any). In the future we can even enforce those style using static analysis #75
For now, it's just my style based on current gommon code and stuff I read from blog.
It will have three parts
general, applies all types of Go project, library (like gommon, go.ice), application (like Ayi)
library, have more restriction since it will be imported by many applications
application, how to organize code by 'business logic', though most 'business' we have in dyweb are command line util and 'cloud native' instead of shopping cart ....
The text was updated successfully, but these errors were encountered:
@gaocegege I will put the draft in #96 because error handling is also important part of style and I can take the chance of writing the style guide to revisit existing code in gommon
Since we are having more contributors (@xplorld, it's better to come up with a strict standard of how to develop and use Go library within dyweb), this would also reduce the cost for code review (if any). In the future we can even enforce those style using static analysis #75
For now, it's just my style based on current gommon code and stuff I read from blog.
It will have three parts
The text was updated successfully, but these errors were encountered: