maybe
maybe copied to clipboard
Refactor: Extract Reused String Literals to Constants
Just a quick cleanup based on some SonarQube suggestions—moved a bunch of repeated string literals to constants. Not the most exciting change, but it does help make the code a bit more manageable and avoids duplication.
No big functional changes here, just some housekeeping to keep things tidy :)