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
- 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