What's the weirdest load-bearing line in your codebase?
by•
What's the weirdest load-bearing line in your codebase?
Every codebase has one. An odd retry count, a sleep that fixed a bug nobody can reproduce any more, a constant with no comment that survives every refactor because changing it is a gamble and leaving it is free.
Mine is maxRetries = 7. No comment, two years old. The answer turned out to be in a review thread from 2024: the provider rate-limits at six.
What's yours, and did you ever find out why?
13 views

Replies