This pull request introduces a Contributing Guide to start codifying best practices and norms in the project. It also eliminates two old files that can be safely removed and just retained in the git history.
The notable items in the contributing guide are:
Go Comment Formatting (already largely in place)
Codifying a preference for Input/Output structs on functions to allow more non-breaking changes to function calls as parameters change/expand over time (things have already been trending in this direction, but it helps to commit to the direction)
I'll leave this up for a bit in case anyone has any thoughts or feedback.
This pull request introduces a Contributing Guide to start codifying best practices and norms in the project. It also eliminates two old files that can be safely removed and just retained in the git history.
The notable items in the contributing guide are:
I'll leave this up for a bit in case anyone has any thoughts or feedback.