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

Use destructuring and defaults in determineMessageParams() #39

Closed
eyalroz opened this issue Sep 9, 2020 · 1 comment
Closed

Use destructuring and defaults in determineMessageParams() #39

eyalroz opened this issue Sep 9, 2020 · 1 comment
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Sep 9, 2020

We can write

doStuff(arg1, {opt1= def1, opt2 = def2}) { 
  // do stuff; 
}

let' use that where appropriate.

@eyalroz eyalroz added the task label Sep 9, 2020
@eyalroz
Copy link
Owner Author

eyalroz commented Sep 11, 2023

Too vague.

@eyalroz eyalroz closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant