Weekly Roundup 2022-09-27
- Wednesday: I planned out a more general way of creating "enums" for the Lox interpreter.
- Thursday: I did a little work on that plan.
- Friday: I got back to MOTR, and investigated the coverage gaps.
- Saturday: I tried to come up with a good way to address some coverage gaps.
- Sunday: I tried to come up with a different way. When I tried actually plugging the gap, the result did not bring me joy, which kind of calls into question how helpful these "helpers" are.
- Monday: I decided to change tack a bit, by documenting the code as I want it to be, and introducing changes to the release-like code that accord with insights I gain from documentation.
Next week, I'm going to slowly work on spinning up documentation stuff. And maybe get back to Crafting Interpreters.