Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: ljedrz <ljedrz@users.noreply.github.com>
Signed-off-by: vicsn <victor.s.nicolaas@protonmail.com>
  • Loading branch information
vicsn and ljedrz authored May 5, 2023
1 parent 5ebe7b2 commit 8f3e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ snarkVM is a big project, so (non-)adherence to best practices related to perfor
- try to keep the sizes of `enum` variants uniform; use `Box<T>` on ones that are large

### Cross-platform consistency
- types which contain consensus- or cryptographic logic should have a consistent size across platforms. Their serialized output should not contain `usize`, and at times it may be worth it to avoid using usize in the types themselves for clarity.
- types which contain consensus- or cryptographic logic should have a consistent size across platforms. Their serialized output should not contain `usize`, and at times it may be worth it to avoid using `usize` in the types themselves for clarity.

### Misc. performance

Expand Down

0 comments on commit 8f3e2b4

Please sign in to comment.