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
No negatively, the code so far is awesome, however its not very idiomatic.
So far it's just a collection of functions. Idiomatic go code is very modular in its use of interfaces, structs, and attached methods, especially the encoding packages.
No need for any drastic changes atm, functionality is the most important, but for the sake of maintainability and outside contributions we should look into a slight re-organization.
The text was updated successfully, but these errors were encountered:
No negatively, the code so far is awesome, however its not very idiomatic.
So far it's just a collection of functions. Idiomatic go code is very modular in its use of interfaces, structs, and attached methods, especially the encoding packages.
Take a look at some of the builtin encoding package (ie http://golang.org/pkg/encoding/gob).
No need for any drastic changes atm, functionality is the most important, but for the sake of maintainability and outside contributions we should look into a slight re-organization.
The text was updated successfully, but these errors were encountered: