R: Readability (scopes)

This commit is contained in:
Paul Hameteman 2025-10-14 21:38:26 +02:00
commit bedefaba94
3 changed files with 18 additions and 17 deletions

View file

@ -1,11 +1,4 @@
# TODO
- [ ] Readability
- [x] comments
- [x] dead code
- [x] magic strings/numbers
- [x] bad naming
- [x] antipattern
- [ ] scopes
# RPP
- [ ] Complexity
@ -27,3 +20,10 @@
# DONE
- [x] Make ktlint pass checks
- [x] Readability
- [x] comments
- [x] dead code
- [x] magic strings/numbers
- [x] bad naming
- [x] antipattern
- [x] scopes