On 2/2/21 4:16 AM, Markus Armbruster wrote:
Putting these functions into a class feels awkward. But it does the
job.
Yes, I recognize that. I really wanted:
1) To centralize them somewhere, so there was somewhere obvious to look
for these definitions, but
2) We aren't really using the classiness in a meaningful way, so
3) The names are a little awkward as you mentioned.
We can rewrite them as functions if you want, maybe with a comment for
the class that says "Hey, go look at these functions!" but that didn't
feel less messy to me. I couldn't really find anything that I actually
genuinely liked. I went with a subjective least-worst.
--js