CCChristian C. Berclazinchrisgve.hashnode.dev·Mar 19 · 15 min readParty On. Keep Coding. And Make It Last.A few days ago, I came across a Reddit post titled "I think we need a name for this new dev behavior: Slurm coding." I expected a joke, maybe a meme. By the time I finished reading, something had shif00
CCChristian C. Berclazinchrisgve.hashnode.dev·Mar 14 · 4 min readWhy I built codesize: enforcing function length limits with an ASTEvery team I have worked on had some version of the rule: "keep functions short." It shows up in style guides, code review comments, and onboarding docs. It almost never shows up in CI. When it does get automated, the tooling usually reaches for wc -...00