fhoekstra

joined 1 year ago
[–] [email protected] 0 points 7 months ago (1 children)

Off-topic, but I recognise your name. Thank you for the Daily Diary App! I'm a huge fan, I use it every day for my gratitude routine.

[–] [email protected] 1 points 8 months ago

Still, for those very hard bugs that everyone just hovers around and procrastinates, this is perfect advice!

[–] [email protected] 3 points 8 months ago (4 children)

This should be much more wide-spread. The hardest part of programming is reading someone else's code.

More people should learn to do git rebase -i, it's a simple way to re-organise your commits to make sure that they tell a story to someone going through the PR commit by commit. It only takes a minute and can save your colleagues so much time and increase the quality of the review process.