R: Readability (scopes)
This commit is contained in:
parent
9a56cc4f79
commit
bedefaba94
3 changed files with 18 additions and 17 deletions
14
TECHDEBT.md
14
TECHDEBT.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue