Code review is an important skill that isn’t taught until you’re thrown into the fire. Don’t learn the hard way. In just a few minutes, this article will teach you how to start reviewing code even when you don’t have context on it.
On labelling comments to make their meaning and intent easy to understand, I am a big fun of Conventional Comments: https://conventionalcomments.org/
Here is one of their example:
issue (ux,non-blocking): These buttons should be red, but let’s handle this in a follow-up.
On labelling comments to make their meaning and intent easy to understand, I am a big fun of Conventional Comments: https://conventionalcomments.org/
Here is one of their example:
issue (ux,non-blocking): These buttons should be red, but let’s handle this in a follow-up.