A few days ago, I needed to do some numerical analysis, so I dusted off a python library I wrote for solving differential equations 5 years ago now. I also kind of cringed at how naive I was in my implementation of certain things, so I started re-implementing in a more mature way so to speak. Seeing these old files shows how much you've changed throughout the years.
Login to reply
Replies (2)
It also made miss doing math, can you believe that ?
https://github.com/VnUgE/VNLib.Plugins.Extensions/blob/develop/lib/VNLib.Plugins.Extensions.Validation/src/ValidationErrorMessage.cs
This library is a baby compared to the rest of the repo it's part of. The rest of the library was started back in 2020 before I knew how to use git, I think the first commits weren't until 2022.