code reviews
Feb 13, 2024
Asking for code reviews is the easiest way to teach others in your team about your work.
Don’t do it all alone. You get wonderful dividends when you get your work peer-reviewed.
It helps in,
- asking for help when you are stuck
- confidence that you are using the right data structures
- keeps the codebase uniform across
- collaboration which leads to reusable code
But, we need to make it simple for others too.
- one feature, one pull request (PR)
- do not club multiple features into one
- don’t have very big PRs, small chunks are great
Yes, pay it forward
- be that person who helps others too
- you actually work on their comments