Open justinbmeyer opened 6 years ago
Because the variables in a LetContext are single-value observables, there's a lot people need to go through to see the actual values in the scope.
LetContext
Maybe we could make a version of log() that would hide the SetObservable.
log()
SetObservable
As we really need something like this for logStack() and other methods, we should come up with a consistent API.
logStack()
.log("clean") or something.
.log("clean")
Because the variables in a
LetContext
are single-value observables, there's a lot people need to go through to see the actual values in the scope.Maybe we could make a version of
log()
that would hide theSetObservable
.As we really need something like this for
logStack()
and other methods, we should come up with a consistent API..log("clean")
or something.