521 B
521 B
Pomodoro's:
- Setup project & start of refactor readability (comments, dead code, magic string/numbers)
- Continue readability (renaming, etc)
- Refactor: Complexity (long method & using mikado technique for Heading enum)
- Continue refactor: Complexity duplicate code & mikado heading enum
- Refactor: Reorder responsibilities (data class & message chain are done using mikado) which triggered most of the other responsibilities as well.
- Refactor: Refine abstractions (mostly the data clumps & middle man)