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
As we will discard the Extract, I suggest that we change the file structure, requests / results / urls, from results to types.
Then move all struct to types.go and classified by the method in which they are used.
Or let's write it in a better way.
Each file contains only one method with the resources it uses, and the file name is the same as the method name.
@Aloento
Generally I'm against splitting files per method, but in this case it seems to be a better approach, both because files become smaller and because you don't have to move between files to get whole context.
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
According to the discussion, we will move STYLEGUIDE to CONTRIBUTING and update the new version of the rules.
The text was updated successfully, but these errors were encountered: