Replace magic numbers with constants
Extract magic numbers and string literals into named constants or enums in the right location, with every usage updated.
Preview
Copy prompt
Scan the following code for magic numbers, hardcoded strings, and unnamed literal values: [Paste code]. Extract each one into a named constant, enum value, or configuration entry placed in the most appropriate location such as a constants file or config module. Update every usage site to reference the named value, and briefly explain the naming rationale for any non-obvious choices.
More
Refactoring
Prompts
