Rewriting Cross Blogger
Video demonstration Background Nearly two years ago, in August of 2022, I began work on Cross Blogger . Cross Blogger was my first Go project. Originally, I used it as an opportunity to learn about APIs and hoped that I might eventually be able to make it useful. At the beginning of 2023, I stopped working on it, however. I moved on to other programs and stopped using Go. I left it in a state where the program was usable, albeit useless. When I was first learning Go, I had not realized how important splitting code up into a multi-file structure is. Thus, the project’s code was contained in a single main.go file. Eventually, I realized that building projects with large file-structures is simple and makes programming significantly easier. This provided me with some motivation to come back to the project. It also gave me a project to do for Hack Club’s Arcade Hour. ...