Description:
Refactor the code to move all "magic numbers" (hardcoded values) into the config.json file. This will make the code more maintainable and configurable.
Tasks:
Identify all magic numbers currently in the codebase.
Move these values into the config.json file with appropriate keys.
Update the code to reference the new configuration values.
Test the code to ensure functionality remains consistent with the new configuration.
Description: Refactor the code to move all "magic numbers" (hardcoded values) into the
config.json
file. This will make the code more maintainable and configurable.Tasks:
config.json
file with appropriate keys.