You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a one line description of the example from the README.md
Point to the README.md
// Refer to the README.md in the example's root folder for more information on usage.
General guidelines for in-line commenting
Group related code together, separate by a space and add a line a comment above.
Use punctuation and full sentences.
Try to systematically add a one line comment for related blocks of code inside methods, especially the blocks of code showcasing the new methods introduced in the example.
Avoid commenting obvious code.
Comments should avoid direct reference to technical terms. Instead, state what the code below does in plain english.
Add a space after your //.
Break down long lines of code into multiple lines.
Start your comments with a verb instead of a noun.