Today’s exercise was Satellite. It was really about constructing a binary tree given its in-order and pre-order traversal (left, self, right , or self, left, right).
However, exercism broke all of my C# submissions. It looks like someone upgraded the .net version and that marked everything as outdated. I needed to go in and re-mark over a hundred things. I even tried to get some things from other tracks marked properly again.
The Java Dungeons and Dragons character generator did actually change (of course they don’t have a log of changes), and I had to figure that out from scratch. I don’t have Java setup right now so I had the special pain of trying to do that in a web editor. Now since I have been trying to update so many things the site things I am a bot trying to crash the site. I’m not, just stop deprecating my stuff, or breaking things retroactively.
Sorry no fun stuff today that took waaaaay too much time.



