franaragm / clean-dev

πŸͺž Clean Code course material (demo and docs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Code course material

Demo project and documentation for the Clean Code course.

Clone, fork or use as a template repository for practicing.

git clone https://github.com/AlbertoBasalo/clean-dev your-project
cd your-project
npm install

🎯 Motivation

  • Develop applications that are easy to maintain.
  • Reduce the bugs and facilitate their detection.
  • Distinguish good and bad programming practices.

πŸ“š Documentation


πŸ§‘πŸΌβ€πŸ’» By Alberto Basalo

twitter albertobasalo

git albertobasalo

About

πŸͺž Clean Code course material (demo and docs)

License:MIT License


Languages

Language:TypeScript 100.0%