Übung: Clean Code/Student Grade Calculator.py aktualisiert

This commit is contained in:
Michael Schären 2026-04-12 20:12:07 +02:00
parent 88f2d74d53
commit e9bf6f7f95

View File

@ -46,7 +46,7 @@ doeverything (z,70,75,80,72,78)
[x] Code structure and indentation [x] Code structure and indentation
[x] Magic numbers and constants [x] Magic numbers and constants
[x] Function length and single responsibility [x] Function length and single responsibility
[ ] DRY principle (Dont Repeat Yourself) [ ] DRY principle (Don't Repeat Yourself)
[x] Comments and documentation [x] Comments and documentation
[x] Error handling [x] Error handling
[x] Whitespace and formatting [x] Whitespace and formatting