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
The Provenance code base does not have any type of coding style guide. A style guide will help team members write more uniform code and assist those that are externally contributing. This will allow us to more easily find flaws in the design of the code and bugs within the logic.
This is not something that can quickly be resolved and may need to be broken down into multiple issues and PRs.
Problem Definition
As the Provenance codebase becomes larger it will be harder to understand, debug, and contribute to.
Proposal
Investigate other major golang projects and see if we can find and use a pre-existing style guide template.
Create a PR for the template so the team can comment on the layout and agree upon the sections
Create a PR for each section so each team member can contribute to a specific section without being overwhelmed by other sections. This will also allow us to complete simple sections without being blocked by more complex sections.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Some good resources on this are 100 Go Mistakes and some of the more popular golang projects.
Might be also helpful to reduce the amount of code we have by simplifying protocol entry points. More complex ideas can be built on top as long we provide the fundamental set of building blocks.
Summary
The Provenance code base does not have any type of coding style guide. A style guide will help team members write more uniform code and assist those that are externally contributing. This will allow us to more easily find flaws in the design of the code and bugs within the logic.
This is not something that can quickly be resolved and may need to be broken down into multiple issues and PRs.
Problem Definition
As the Provenance codebase becomes larger it will be harder to understand, debug, and contribute to.
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: