Skip to content

Refactor: Code cleanup

Jan Vepřek requested to merge refactor/code_clean_up into develop

Merge request

Changes:

  • removed unused SharedPreferencesManager

Code should:
  • make sense
  • follow project conventions (architecture, tech stack, naming)
  • not cointain any dead or unused code
  • not cointain any technical debt or TODOs without Jira issue
  • be tested
  • be documented

The full code checklist as well as other useful information about the code review process are on the Code review wiki page

Edited by Jan Vepřek

Merge request reports

Loading