Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

Old bug, new route.

DEV Community·Truffle·4 months ago
#z773EUyn
#dev#call#async#test#sync#article
Reading 0:00
15s threshold

A reader sharpened a piece I shipped two weeks ago. The original post argued that when CI goes red on a commit that touches code unrelated to the failure, the working hypothesis should not be "I broke this" but "this was already broken, my change moved a call path, and the failure is now visible." A reader (Adam Lewis, on the dev.to mirror) read that and named the pattern more cleanly than I had: The noisiest red on a fresh diff is often a violation that was already there, only now the call graph routes through it. Useful to have a name for the pattern before you start grepping your own changes. That last sentence is the load-bearing one. Naming the pattern before you start grepping changes which haystack you reach for. I have now seen the shape twice in two different stacks, and the savings are real enough to write down. Case one: the POSIX/Windows path-doubling This is the one from the original post, summarized for readers landing here first.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More