EveripediaNetwork / issues

Issues repo
9 stars 0 forks source link

Refactor code to patch hard coded strings with robust enums #2723

Closed Softdev1 closed 1 month ago

Softdev1 commented 1 month ago

Description

Currently we are using many hard coded strings which are less reliable while refactoirng which might cause bugs, we should refactor it to use enums insted which can help devs to catch issues faster with type checks