Closed conartist6 closed 3 years ago
Right now I always create a new matchState object every time I change anything about the state, but I think that is a tremendous waste. I can clone the matchState object in expression and repeat matchers and then changing the objects will be safe.
matchState
expression
repeat
Right now I always create a new
matchState
object every time I change anything about the state, but I think that is a tremendous waste. I can clone thematchState
object inexpression
andrepeat
matchers and then changing the objects will be safe.