-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
Create organized structure for all book code examples.
Tasks
- Create directory structure for all 31 chapters
- Add README for each chapter's examples
- Create requirements.txt for each chapter
- Add setup instructions
- Create test runners for all examples
- Add CI for example code
- Create example download scripts
- Add example verification tests
Structure to Create
examples/
├── chapter-01-introduction/
├── chapter-02-testing-fundamentals/
├── ...
├── chapter-31-microservices/
└── case-studies/