Weekly Roundup 2023-04-11
- Wednesday: I started drafting out a new decorator for MOTR.
- Thursday: I traced out the usage of some types in MOTR, and realized that I can't take as much out as I want, but I can at least improve the stuff that I have to leave in.
- Friday: I tried to extend the implementation of the new decorator to handle the new type I realized I need. I also threw in some Dynamism Crimes.
- Saturday: I took care of obligations. Hopefully, I'll be recovered by the time I have to do this again next year.
- Sunday: I traveled.
- Monday: I came up with some helpful ideas for some writing I'm doing, so that was good.
Next week, I'm going to look for usages of the old Parametric constructors, to see if I can replace any of them with the new decorator. Also, I need to mark up the usages of the old MapOverSelection stuff to make sure I can smoothly replace it.