In other news, I also continued my path towards #LearningGo a bit today with a bit of Bash tacked on.
I did a few of the projects on Exercismβs course, which I enjoyed because they are typically problems Iβve previously solved in other languages that I now get to tackle with a fresh set of tools. Still on easy difficulty but getting better.
I think I should, at some point in the coming weeks, revisit my core programming concepts. I found myself fumbling towards solutions that could have been solved with a much simpler one-liner, and I was shocked that I hadnβt seen it sooner.
I also, with some help from @rl_dane @joel and @dusnm, made a function in my terminal config to make submitting project iterations much easier. With an argument of project name, it will check for a download and if it is setup locally, submit the latest file save. Otherwise, download the project and get started. It was fun but I am really not great or experienced at all with bash scripting so it took some trial and error :neocat_confused: