Weekly Roundup 2020-04-21

By Max Woerner Chase

Next week, I'm going to redo some of the data representations in the Ink port to make serialization easier.

Also: since I'm emulating all of the variable observer logic myself, I need to make sure that everything that mutates the state that's visible to the consumer fires off the observer logic. This might be a case for a decorator?