Crafting Interpreters 2020-08-01

By Max Woerner Chase

Crafting Interpreters has two chapters on classes. I've gotten through the second chapter. Test coverage is still not great, only 85%.

I forget when I planned to take a break. Maybe it would help to lay out the changes I want to make:

I don't think there's any urgent need for me to either work on this, or deliberately not work on it, so I'll see what I feel like doing tomorrow, but I should probably try focusing on other things first.

One thing that it would be nice to have before the mutation testing is a version of my limit-coverage tool that works with the whole "monorepo" layout that I seem to be going with for a bunch of projects now.

(... "I have several mono[repo]s.")

Riffs aside, that would be nice because one of the things that made mutation testing against Structured Data bearable was that each module had an associated test module, so when there was a mutation, that meant that I could declare that catching the mutation with a non-associated test module didn't "count", and therefore skip running all of them.

Maybe I should do the "module reorganization" step before "mutation testing". Anyway, that's a question for another day.

Good night.