https://github.com/albertobasalo/clean-dev
๐ช Clean Code course material (demo and docs)
https://github.com/albertobasalo/clean-dev
clean-code demo
Last synced: about 1 year ago
JSON representation
๐ช Clean Code course material (demo and docs)
- Host: GitHub
- URL: https://github.com/albertobasalo/clean-dev
- Owner: AlbertoBasalo
- License: mit
- Created: 2023-04-13T08:15:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T08:36:56.000Z (over 2 years ago)
- Last Synced: 2025-03-27T12:06:55.299Z (about 1 year ago)
- Topics: clean-code, demo
- Language: TypeScript
- Homepage:
- Size: 9.6 MB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Clean Code course material
Demo project and documentation for the Clean Code course.
> Clone, fork or use as a template repository for practicing.
```bash
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
- [Workflows for develop, test and deploy the practice](./docs/workflows.md)
- [VS code Settings and Extensions for clean typescript](./docs/settings.md)
- [Article series](./docs/articles.md)
- [Artesano del cรณdigo](./docs/artesano/index.md)
---
๐ง๐ผโ๐ป By Alberto Basalo