Coding 2022-09-23

Tags:
By Max Woerner Chase

Ugh, I didn't get things done with the Lox code today, so instead, how about I try to refresh my memory about MOTR's code on the way into the weekend?

Okay, I've got thirteen files that need to have improved coverage:

Outside of the main source tree, there's also some Mypy plugin code missing a branch that I'll need to know Mypy better to know if I should write a test or convert it to an assertion.

Aside from the plugin code, I could probably get okay results just writing tests for the files in ascending order of absolute coverage misses. I just need some order to work through this stuff, that makes enough sense that I don't second-guess myself.

Anyway, it's late, and I want to wrap up.

Good night.