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

Clean up transfer_liquid implementation for argument-passing hygiene #17244

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

ddcc4
Copy link
Contributor

@ddcc4 ddcc4 commented Jan 10, 2025

  • Functions should not modify any argument that's passed in (unless that's the purpose of the function).
  • Objects should not modify any arguments given to their constructor (unless the object is supposed to take ownership of the argument).

- Functions should not modify any argument that's passed in (unless that's the purpose of the function).
- Objects should not modify any arguments given to their constructor (unless the object is supposed to take ownership of the argument).
@ddcc4 ddcc4 requested a review from sanni-t January 10, 2025 17:00
@ddcc4 ddcc4 requested a review from a team as a code owner January 10, 2025 17:00
@ddcc4 ddcc4 merged commit 8d4bfa5 into AUTH-866-add-transfer-flow-builder-final Jan 10, 2025
26 of 27 checks passed
@ddcc4 ddcc4 deleted the dc-pr17179-cleanup branch January 10, 2025 17:06
sanni-t pushed a commit that referenced this pull request Jan 15, 2025
…17244)

- Functions should not modify any argument that's passed in (unless that's the purpose of the function).
- Objects should not modify any arguments given to their constructor (unless the object is supposed to take ownership of the argument).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants