Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 307 Bytes

checklist.md

File metadata and controls

8 lines (6 loc) · 307 Bytes

Сheck Your Code Against the Following Points

Code Style

Make sure you've added a blank line at the end to all your files.

Clean Code

Add comments, prints, and functions to check your solution when you write your code. Don't forget to delete them when you are ready to commit and push your code.