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
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
George Aristy edited this page Aug 19, 2019
·
3 revisions
Code Review Guidelines
This page collects the set of style guides that Go code in aries-framework-go adheres to.
Principles
We have adopted the best practices that have been documented in the community by default. Any deviations from the norms are documented below as Exceptions.
Additional topics not well-documented by the community are covered in Additional Cases.
Community Best Practices
All best practices described by the following communities are formally adopted into these guidelines:
"Not Found" is a scenario where a function does not find a result that matches the input criteria while not encountering any "abnormal" error conditions. Our APIs in these cases return a Sentinel Error Value.