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 Apr 9, 2024. It is now read-only.
Currently, in the verifier, the endorser, and ProvenanceIR, we assign different meanings to a nil string and an empty ("") string. This is against some best practices:
Currently, in the verifier, the endorser, and
ProvenanceIR
, we assign different meanings to a nil string and an empty ("") string. This is against some best practices:A more common pattern is to use a boolean to signal the presence or absence of a value.
Ref: Readability review on cl/536413558
CC @mariaschett
The text was updated successfully, but these errors were encountered: