Fabulous debugging story from Uber. Factoring out a helper function caused a golang stack resize, dramatically affecting prod!
https://eng.uber.com/optimizing-m3/
Related Posts
I'm never sure how to convert words with hyphens into SCREAMING_SNAKE_CASE. For example, should built-in function be BUILT_IN_FUNCTION or BUILTIN_FUNCTION?
Chekhov's repro: If a line of code is included in a bug report, it should contribute to the debugging somewhere.
Co-Authored-By: An old Stack Overflow answer, blindly accepting the compiler's suggestions, and a linter.