Skip to content

Latest commit

 

History

History

clean-code

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Stage#1 Project 'Clean Code S1E1'

In this module, students should:

  • Learn the general principles:
    • DRY
    • KISS
    • YAGNI
  • Approaches to:
    • Code formatting
    • Code comments writing
    • Commits and PRs styling
    • JavaScript Style Guide
    • Tools, linters
  • Start learning the practices of writing clean, readable code

Approximate time to complete the module

10 hours

Theory part

You need to read the materials:

Practice part

  1. Complete the task 'Clean Code S1E1'
  2. Pass the "Test for generic principles" in the RS APP.

Additional materials