Devlog

Libraries, Messages and Programs screaming at you

Feb 2, 2024

Welcome back! To start off this week, I kind of broke my head on trying to think of tests that would make sense. At first, I overshot it almost as much - or maybe even more - than you might expect until I realized that it's not actually my job to check for errors other developers might make. After that it was a lot easier, since I focused more on the errors and mistakes that can happen in my code - which already are plenty.

Let's start something fresh

Jan 26, 2024

I will create my own IRC library. The idea came to me multiple times now, since I wrote some chatbots for twitch (which uses the IRC Protocol as well by the way) and used a free library which did what I needed, but didn't really satisfy me or my needs. Of course I searched the web for solutions and alternatives, but nothing I found really got me hooked. I got frustrated and in the end, I decided to just write my own and now we are here. I welcome you to be my companion on this journey, let's enjoy the ride together!