We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update code to fix issues, noted during Milestone 2 code review from Parity team.
Increase code quality, follow best practices and high standards of the industry.
Fix next code issues
new
types::Org
is_some
pay_membership_fee
org
unwrap
if, else if
The text was updated successfully, but these errors were encountered:
FiberMan
Successfully merging a pull request may close this issue.
What needs to be done
Update code to fix issues, noted during Milestone 2 code review from Parity team.
Why it needs to be done
Increase code quality, follow best practices and high standards of the industry.
Acceptance Criteria/Task List
Fix next code issues
Control
new
function fortypes::Org
[source]is_some
to check for set values [source]pay_membership_fee
method to acceptorg
and use it's fields [source]unwrap
with error handling [source]Flow
unwrap
with error handling [source]if, else if
with match clause [source]if, else if
with match clause [source]Sense
unwrap
with error handling [source]Signal
unwrap
with error handling [source]unwrap
with error handling [source]unwrap
with error handling [source]unwrap
with error handling [source]Additional context
The text was updated successfully, but these errors were encountered: