adiwan (adiwan)'s status on Thursday, 20-Jan-22 19:50:04 UTC

  1. I've plowed through, what feels like, 9000 lines of code and did some reformatting and minor improvements. So like there were some parts where a list of data was filtered and then the first element was selected but it could be improved using the same filter function and abort it at the first element. There were also plenty of code paths that could have been potentially crash-worthy where a uninitialized object could slip through and cause an exception and crash. The next step is to analyze the whole code base and make some abstractions and refactor the code for better readability. It's truly a mess, as if it were written by a novice or someone who gives a cherry.

    Thursday, 20-Jan-22 19:50:04 UTC from web