Ask HN: What small engineering habits compound the most over time?
3•praneetbrar•46m ago
I’m curious which small engineering habits people found disproportionately valuable over long periods of time.
Not major methodologies or frameworks, but smaller recurring practices that quietly improve effectiveness over years.
Comments
nikhilpareek13•11m ago
for me its writing WHY in commit messages and PR descriptions, not just WHAT. I started doing this seriously about three years ago after I wasted half a day trying to figure out why a piece of code did something weird, only to realise past-me had written it and didn't leave a not. Now every non-obvious change I make gets a short paragraph of context. I constantly hit "wait, why did we do it this way" moments in my own code, and git blame either has the answer or it doesn't.
nikhilpareek13•11m ago