Conventioal Comments is a lightweight convention for writing comments of any kind (code review comments, documents, etc.) in a consistent and constructive manner.
https://conventionalcomments.org/
Format is as follows:
<label> [decorations]: <subject>
[discussion]
where decorations and discussion are optional.
Exmaples of comments that follow this convention:
user_id
This will make it consistent with other parts of the codebase.
const
instead of let
for this variable.