-- FINISH --
Updated TECHDEBT.md with ideas / wishes Added NOTES.md for the pomodoro's
This commit is contained in:
parent
af40a996fe
commit
64d2b2d70d
2 changed files with 23 additions and 11 deletions
9
NOTES.md
Normal file
9
NOTES.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Pomodoro's:
|
||||
|
||||
1. Setup project & start of refactor readability (comments, dead code, magic string/numbers)
|
||||
2. Continue readability (renaming, etc)
|
||||
3. Refactor: Complexity (long method & using mikado technique for Heading enum)
|
||||
4. Continue refactor: Complexity duplicate code & mikado heading enum
|
||||
5. Refactor: Reorder responsibilities (data class & message chain are done using mikado) which triggered most of the
|
||||
other responsibilities as well.
|
||||
6. Refactor: Refine abstractions (mostly the data clumps & middle man)
|
||||
Loading…
Add table
Add a link
Reference in a new issue