Demo project and documentation for the Clean Code Class.
Clone, fork or use as a template repository for practicing.
git clone https://github.com/cleancodeTrIT/clean-class your-project
cd your-project
npm install- Develop applications that are easy to maintain.
- Reduce the bugs and facilitate their detection.
- Distinguish good and bad programming practices.
- Workflows for develop, test and deploy the practice
- VS code Settings and Extensions for clean typescript
- Article series
- Artesano del código