Ever felt the frustration of inheriting a codebase with introduced code that no one actually understands why they were added? Well, I get it.
This is not a talk about atomic commits or how to be a git ninja. It’s a journey of understanding that we are not writing code for ourselves, and even if we’re, we are humans, we forget things.
Having good commit messages on a project can be a time machine, saving hours of head-scratching when deciphering historical changes. Also, it impacts the code review process and improves day-to-day collaboration.
Let’s explore the “how” we can leave some small tips for our future self or future developers that will touch our code and, most importantly, the “why” we should do it.

Comments

Please login to leave a comment

Ivan Herak at 18:39 on 15 Mar 2024

I loved the topic, but that's probably just my preference :) even if we disregard that, it was a great talk with useful and practical information.