Appearance
Getting Started
Welcome to crappy-code.
This repository contains intentionally bad code designed for learning refactoring, debugging, and improving real-world applications.
How to use a lesson
Each lesson includes:
README.md→ contexttask.md→ what to fixhints.md→ optional guidanceexplanation.md→ deep divebad/→ starting pointsolution/→ one possible fix
Suggested workflow
- Read README
- Complete the task
- Use hints if stuck
- Compare with solution
- Read explanation