Object Systems 2018-11-18

By Max Woerner Chase

In this post:


I put together most of the functionality I'd decided on, with the main missing bit being validation. By referring back to a previous, more complicated system, I was able to get the tricky bits done, though I suspect there's some way to make it more parsimonious. I then put together one of the examples of "things I want to try to do".

I started trying to document it, and that's kind of rocky. It's a combination of "this file is big and messy and contains some things that should be their own modules", "I'm not sure how best to express the concepts in terms LDoc understands", and "I have so godawfully many tabs open that LDoc's documentation stutters nauseatingly when I scroll it".

Let's look at what I have:

I added some more functions that I haven't tested out, and therefore I'm not really sure about.

Missing functionality:

I think what I need to do is try to apply this library to basic code challenges. And sleep. I really need to sleep.


Next time, what I thought of this week.