ADR: Composite Inline VariableMutation
s
#1108
Labels
clients
Affects all LH clients and the public API. May be used in conjunction with `server`.
controversial
Requires discussion from the community. For proposals, API changes, and big features.
feature
Issue that denotes a new feature, request, or performance improvement.
server
Affects the core LH Server code.
It is annoying that we can't do something like:
It would be nice to have this code do the same as
myVar = someOtherVar * 10
, without mutatingsomeOtherVar
. Right now, we have to define a separate internal variable to do this.This would enable something like the following in our SDK:
The text was updated successfully, but these errors were encountered: