Coding 2023-04-02

By Max Woerner Chase

All right. I've determined that the right way to handle the new environment variable format is to shove everything into the new wrapper types, and use map methods to apply the existing conversion method over the contents.

The wrinkle that I addressed with that was to write new methods to properly handle the whole "sort-of-effects-system" I have going. So, I did that, and now I need to review the conversion method. For reasons, it might make sense to pull it out into its own class.

I'll give this all a shot later.

For now, I'm going to take things easy again.

Good night.