Magic numbers and hardcoding: I bake values that belong in config straight into the code
In one sentence//api.prod... stuffed straight into the logic — no name, no central place, the same value scattered across several spots. The cost: changing one spot means searching the whole repo, switching environments breaks it, and reading the code is all guesswork.