Hacker News new | ask | show | jobs
by nurgasemetey 1495 days ago
I quickly improved my PRs and sped up code reviewing by doing following when I create PRs

- make a diagram if is possible

- make a summary of changes like why this file changed and decision behind this

- make a note about backward compatibility

- anticipate which questions can be asked and answer them upfront

1 comments

Nice job touching on backward compatibility. It’s underrated.