breck7 / scrollsdk

The code for Particles and Parsers, which Scroll is built on.
https://sdk.scroll.pub
383 stars 17 forks source link

Cleanup immutable/mutable code #13

Closed breck7 closed 5 years ago

breck7 commented 5 years ago

It is nice to have the mutable methods in one place, but not sure if there is a better way to do this.

The current pattern is ugly and we should have better typing for things like forEach.