better instruction for quality

This commit is contained in:
Lukas 2025-10-22 11:47:58 +02:00
parent 9692dfc63b
commit 68c2f9bda2
2 changed files with 1112 additions and 0 deletions

1107
QualityTODO.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -80,6 +80,11 @@ This checklist ensures consistent, high-quality task execution across implementa
## 1. Implementation & Code Quality ## 1. Implementation & Code Quality
create a QualityTODO.md file. Write down all issues you found for each file in the project.
Write down the task in QualityTODO.md make single and small task. Do not write down code.
Use the following todo list:
- [ ] run pylance and list all issues
- [ ] Code follows PEP8 and project coding standards - [ ] Code follows PEP8 and project coding standards
- [ ] Type hints used where applicable - [ ] Type hints used where applicable
- [ ] Clear, self-documenting code written - [ ] Clear, self-documenting code written