Practicing code principles.
- DRY (IC-RDP-project)
- KISS (IC-RDP-project)
- YAGNI (Learning-JavaScript-Course-Task)
- SOLID (Learning-JavaScript-Course-Task)
- Semantics (IC-RDP-project)
- Validity (IC-RDP-project)
- Linters (IC-RDP-project)
- BEM (IC-RDP-project)
- I have checked the semantics of the HTML code in IC-RDP-project and have found no errors.
- I have checked the validity of the HTML with the W3C HTML Validator and found no errors.
I have used these linters to check and format my HTML code in IC-RDP-project:
- Built-in VSCode formatter
- Prettier (Didn't configure it but it works from scratch)
Note I have found that IC-RDP-project already adheres to the BEM principle and thus have not changed the HTML code of the IC-RDP-project for BEM.
See at CHANGES.md.