Demo exercises for agentic coding lecture / workshop
  • HTML 51.8%
  • Python 22.8%
  • JavaScript 13.7%
  • CSS 11.7%
Find a file
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
demo-01 plan 1, initial version 2026-01-15 17:58:16 +01:00
demo-02 draft demo-02 2026-01-15 18:24:51 +01:00
demo-03 Add demo-03: CSV data processor with intentional code smells 2026-01-15 19:01:07 +01:00
.gitignore initial commit 2026-01-15 17:45:38 +01:00
LICENSE initial commit 2026-01-15 17:45:38 +01:00
README.md initial commit 2026-01-15 17:45:38 +01:00

Agentic Coding Lecture / Workshop

Held as a (bonus) part of Software Development course @ University of Graz, see https://behackl.dev/slides/swdev/ for details.