Nice, I would also add to use your local git repo often, checkin often and when you notice a bug you have the option of using git bisect to help you to narrow down where it came from. Assuming it was something that was recently introduced.
Trouble maker and Problem solver ⚙️🔧
Loves simplicity, hates bullshit 💩.
Productivity obsessed, avid learner 🖥🚀
Sport and outdoor freak 🧗⛰
Metalhead 🎸🤘 Father of 2 👨👩👦👦
Opinions are my own
yes, definetely. having a detailed history of atomic commits helps a lot in the long run to find out what piece of code introduced the bug!.
thanx for your comment!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Nice, I would also add to use your local git repo often, checkin often and when you notice a bug you have the option of using
git bisect
to help you to narrow down where it came from. Assuming it was something that was recently introduced.yes, definetely. having a detailed history of atomic commits helps a lot in the long run to find out what piece of code introduced the bug!.
thanx for your comment!