Open
Description
- Part 1 / Stores / Store bindings
- tutorial
- git
- comments:
- following:
- The
$name += '!'
assignment is equivalent toname.set($name + '!')
.
- The
- addition:
- a note that this is also equivalent to:
name.update(n => n + '!')
- a note about whether this is also equivalent to:
name.update($name => $name + '!')
- does
$name
have any special meaning in this context,
or can it be used (for readability) as the name of this parameter?
- does
- a note about whether there is any performance benefit in choosing one form vs. another
- a note that this is also equivalent to:
- following:
Metadata
Metadata
Assignees
Labels
No labels