Dev Diary 1
Over the past few months I have been working on a new app/gaem idea with a guy from work using the Godot Engine. It has been long process and I wanted to document some of the things I have already learned and what I would change if I could go back and tell the old me about it.
Git
Git is your friend, but it can also be your worst nightmare at the same time. Git is a super powerful tool for managing work, collaborating with someone else, and storing old versions of code so you can review if needed. Overall, I have been super happy with it, moving over from SVN, but I have also had an extremely hard time with it.