|
|
|
|
|
by rented_mule
320 days ago
|
|
It certainly can matter in any scope. `x` or even `delay` will lead to more bugs down the line than `delay_in_milliseconds`. It can be incredibly frustrating to debug why `delay = 1` does not appear to lead to a delay if your first impression is that `delay` (or `x`) is in seconds. |
|
Comments lie. Names lie. Code is the only source of truth.