agentic-coding-demo/demo-03
Benjamin Hackl 2f2be8e1a0 Add demo-03: CSV data processor with intentional code smells
- Add employee_data_processor.py: functional but ugly code with god function, globals, hardcoded values, mixed concerns
- Add employees.csv: sample data with 10 records (4 invalid for testing)
- Generates report.json and report.html output files
- Perfect candidate for refactoring demo
2026-01-15 19:01:07 +01:00
..
employee_data_processor.py Add demo-03: CSV data processor with intentional code smells 2026-01-15 19:01:07 +01:00
employees.csv Add demo-03: CSV data processor with intentional code smells 2026-01-15 19:01:07 +01:00
report.html Add demo-03: CSV data processor with intentional code smells 2026-01-15 19:01:07 +01:00
report.json Add demo-03: CSV data processor with intentional code smells 2026-01-15 19:01:07 +01:00