Manta-Network / manta-rs

Rust Crates for the Manta Network Ecosystem
https://github.com/Manta-Network
GNU General Public License v3.0
80 stars 50 forks source link

Change the `CONTRIBUTING.md` guidelines to order function arguments. #358

Open SupremoUGH opened 1 year ago

SupremoUGH commented 1 year ago

Makes sense, it should probably be part of the `CONTRIBUTING.md` guidelines. Something like: first owned values, then mutable owned values, then immutable refs, then mutable refs, then closures.

_Originally posted by @SupremoUGH in https://github.com/Manta-Network/manta-rs/pull/356#discussion_r1231968315_

Change the guidelines and apply them to the codebase.

mahmudsudo commented 3 weeks ago

can i take on this ?