Code Review Conventions

Code Review Conventions

Code reviews are essential to ensure that the quality of work meets expectations.

Using Emojis

Emojis should be used to lighten the mood, as code reviews tend to be critical, and you don't want to sound rude.

The 🐛 bug with column sort order can be fixed by creating a copy of the const copy = [...original] array, as the .sort() method sorts it in-place, which results in the wrong order here.
Emoji Conventions
EmojiMeaningCode
🐛Found a bug:bug:
💎High-quality changes:gem:
Possible issues ahead:warning:
🦆Questions:duck:
Changes required:hammer_and_wrench:
💅Nitpicks and stylistic issues:nail_polish:

The above emojis are for basic use. In specialized situations, you may use other ones. See Emoji Cheatsheet.

Checklist

TBD