Posts tagged git
Automated Flows For Development
- 24 July 2022
- Software Development
I do use an IDE for editing code, but for running programs, I still rather use the command-line. This feels way faster to me and it always looks like it gives more options. Also, I like to automate the things I do often, even the small things I need while developing software. When I type in the same commands very often, I find it an opportunity to dust off my bash skills and do something with it.
Git Commit Message Files
- 05 May 2022
- Software Development
Writing and maintaining documentation is always awful. Most of the times, it brings you out of the flow of thinking about and changing code. We know it’s good to write things down, but we don’t necessarily want to write this in another slightly different and sometimes more complicated system that only wastes more of our time and energy.