Skip to content
New issue

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

Tidy Noir Contract examples to make use of mutable references #1055

Closed
iAmMichaelConnor opened this issue Jul 13, 2023 · 0 comments · Fixed by #1099
Closed

Tidy Noir Contract examples to make use of mutable references #1055

iAmMichaelConnor opened this issue Jul 13, 2023 · 0 comments · Fixed by #1099
Assignees
Labels
T-refactor Type: this code needs refactoring

Comments

@iAmMichaelConnor
Copy link
Contributor

We can tidy lines of the form:

context = foo(context, stuff);

with:

foo(context, stuff);

Beautiful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-refactor Type: this code needs refactoring
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants