#code-quality — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #code-quality, aggregated by home.social.
-
An LLM doesn't improve your code. It amplifies it.
It has no taste of its own, only the momentum of whatever it reads. Point it at clean code, it stays clean. Point it at rot, it compounds the rot.
Good input is still on you.
-
RE: https://hachyderm.io/@cleder/116796446972749174
My #awesomelist for #precommit and #prek is now at 60 #awesome hooks. 🎉
Find linters, formatters, security scanners, code quality tools, and more in one place.
Contributions welcome! 🔧
Languages
docker, go, img, js, md, nb, py, ru, sh, sql, tf, toml, ts, yaml
Frameworks
bevy, django, git, k8s, react, sphinx
-
RE: https://hachyderm.io/@cleder/116796446972749174
My #awesomelist for #precommit and #prek is now at 60 #awesome hooks. 🎉
Find linters, formatters, security scanners, code quality tools, and more in one place.
Contributions welcome! 🔧
Languages
docker, go, img, js, md, nb, py, ru, sh, sql, tf, toml, ts, yaml
Frameworks
bevy, django, git, k8s, react, sphinx
-
The pre-commit ecosystem is huge, but discovering good hooks can be surprisingly difficult.
I've started **Awesome Pre-commit Hooks**, a curated list of #precommit and #prek hooks organised by language and framework.
Check it out and help grow it:
-
The pre-commit ecosystem is huge, but discovering good hooks can be surprisingly difficult.
I've started **Awesome Pre-commit Hooks**, a curated list of #precommit and #prek hooks organised by language and framework.
Check it out and help grow it:
-
The time the x86 emulator team found code so bad they fixed it during emulation
https://devblogs.microsoft.com/oldnewthing/20260615-00/?p=112419
#HackerNews #x86emulation #codequality #softwaredevelopment #debugging #techstories
-
The time the x86 emulator team found code so bad they fixed it during emulation
https://devblogs.microsoft.com/oldnewthing/20260615-00/?p=112419
#HackerNews #x86emulation #codequality #softwaredevelopment #debugging #techstories
-
Supporting multiple iOS versions? Create convenience wrappers for newer APIs, then use @ available with deprecated and obsoleted parameters to let the compiler flag dead code when you bump your minimum version. A clean strategy for pruning technical debt.
🔗: https://swiftwithmajid.com/2026/05/19/deprecating-your-own-convenience-api/ by Majid Jabrayilov (@Mecid)
-
Supporting multiple iOS versions? Create convenience wrappers for newer APIs, then use @ available with deprecated and obsoleted parameters to let the compiler flag dead code when you bump your minimum version. A clean strategy for pruning technical debt.
🔗: https://swiftwithmajid.com/2026/05/19/deprecating-your-own-convenience-api/ by Majid Jabrayilov (@Mecid)
-
JWT: Just a #Wobbly Trick! 🤡 It's less about authenticating and more about complicating. But hey, if you love slow, leaky, unmanageable code with a side of developer confusion, #JWT is truly your jam! 🚀🔧
https://www.dusanmalusev.dev/blog/jwt-is-a-scam-and-your-app-doesnt-need-it #Trick #DeveloperConfusion #CodeQuality #SoftwareDevelopment #HackerNews #ngated -
JWT: Just a #Wobbly Trick! 🤡 It's less about authenticating and more about complicating. But hey, if you love slow, leaky, unmanageable code with a side of developer confusion, #JWT is truly your jam! 🚀🔧
https://www.dusanmalusev.dev/blog/jwt-is-a-scam-and-your-app-doesnt-need-it #Trick #DeveloperConfusion #CodeQuality #SoftwareDevelopment #HackerNews #ngated -
Found a clever little Rust tool for spotting risky code 👀
🦀 **cargo-crap** — Compute the CRAP metric for Rust projects
📉 Combines cyclomatic complexity + test coverage to find high-risk & poorly-tested functions
⭐ GitHub: https://github.com/minikin/cargo-crap
➡️ Write-up: https://minikin.me/blog/cargo-crap
#rustlang #cargo #testing #coverage #devtools #cli #codequality
-
Found a clever little Rust tool for spotting risky code 👀
🦀 **cargo-crap** — Compute the CRAP metric for Rust projects
📉 Combines cyclomatic complexity + test coverage to find high-risk & poorly-tested functions
⭐ GitHub: https://github.com/minikin/cargo-crap
➡️ Write-up: https://minikin.me/blog/cargo-crap
#rustlang #cargo #testing #coverage #devtools #cli #codequality
-
Evals Will Break and You Won't See It Coming
https://wanglun1996.github.io/blog/your-evals-will-break.html
#HackerNews #Evals #Break #TechRisk #AIInsights #CodeQuality
-
Evals Will Break and You Won't See It Coming
https://wanglun1996.github.io/blog/your-evals-will-break.html
#HackerNews #Evals #Break #TechRisk #AIInsights #CodeQuality
-
Rust's compile-time guarantees are deliberately incomplete - the compiler catches most issues, but not all. What's left behind is the question.
At Oxidize 2026, Rolland Dudemaine (TrustInSoft) shares findings from analysing production Rust code: what bugs survive, and when additional tooling is worth it.
🔗 https://oxidizeconf.com/sessions/whats_left_to_find_in_rust
#Oxidize2026 #RustLang #FormalVerification #StaticAnalysis #CodeQuality
-
🚀 NEW on We ❤️ Open Source 🚀
Vibe coding can accelerate POCs and MVPs, but production systems need viable coding.
Itamar Friedman looks at code integrity: merging review, security, and quality so AI-assisted development stays reliable.
https://allthingsopen.org/articles/vibe-coding-pocs-viable-coding-production
-
Most devs think backend = APIs.
It’s not.
It’s:
• Efficient request handling
• Clean architecture
• Smart DB design
• Caching strategies
• Security
• Reliability under load
Great backend ≠ just code
It’s systems that don’t break in the real world.
Tools change. Principles don’t.https://jaswalaryan.space/article/backend-development-beyond-apis-complete-guide
#BackendDevelopment #WebDevelopment #APIDesign #SoftwareEngineering #SystemArchitecture #DatabaseDesign #Caching #Security #PerformanceOptimization #DevOps #Scalability #CodeQuality #Programming
-
🚀 Behold, the latest #GitHub miracle: yet another "beautifully designed" component set! 🌟 Because what the world really needed was more open-source fluff to distract developers from writing actual code. 🤯
https://github.com/shadcn-ui/ui #OpenSource #DeveloperDistraction #ComponentDesign #CodeQuality #HackerNews #ngated -
#CodeQuality of the lazy developer 🛠️
Updating an educational #Python repo, I looked into what to automate for code quality.
🔮 Spoiler: I landed on uv, ruff, pyright and pre-commit.
In the article: the picks, why, and the make patch that broke on the first try 😄
https://alessandra.bilardi.net/diary/articles/2026-04/the-lazy-developer-s-code-quality.en
-
Ah, another GitHub warrior claiming their latest "OSS Agent" will revolutionize coding with jargon-laden buzzwords 🤖. Apparently, it's so efficient it could probably solve world hunger while improving code quality ⌨️. But hey, remember to toggle your navigation menu for the full enlightenment experience. 🌟
https://github.com/dirac-run/dirac #GitHubWarrior #OSSAgent #CodeQuality #TechBuzzwords #Innovation #HackerNews #ngated -
Most developers write code. The best ones write code that nobody has to fix at 2am.
What's the worst "2am call" moment you've had as a developer?
Drop it in the comments — let's collect the horror stories. 👇
Comment "CLEAN" below and I'll DM you Utilizor's internal Code Quality Checklist — the exact one we use before every client delivery.
#SoftwareDevelopment #CleanCode #WebDevelopment #Utilizor #DeveloperLife #CodeQuality #TechFounders #Programming -
💬✨ In a groundbreaking 4-minute treatise, Jake Worth reveals the ancient secrets of pull request commenting: If it's all nitpicks and nonblocking, approve it anyway! 🎉 Who knew that caring about code could be as simple as leaving comments and hitting the approve button simultaneously? 🙃🔍
https://www.jakeworth.com/posts/on-commenting-and-approving-pull-requests/ #pullrequest #commenting #codingtips #softwaredevelopment #codequality #HackerNews #ngated -
🔍 Oh great, another overly ambitious tool claiming to make #Rust code “correct” through a dizzying maze of acronyms and #buzzwords. 🤖 Because obviously what every developer craves is the excitement of reading a tutorial that’s as exciting as watching paint dry! 🎨
https://verus-lang.github.io/verus/guide/ #Tools #Overhype #DeveloperFrustration #CodeQuality #HackerNews #ngated -
For decades we've known that proper code review increases a team's comprehension of a codebase. Fagan showed in 1976 that structured reading was the highest-yield defect removal activity. The increased output of coding agents makes comprehension more of a bottleneck, and raises the stakes for review. #CodeReview #CodeQuality #SoftwareEngineering
https://www.ida.liu.se/~TDDC90/literature/lab-papers/fagan76.pdf
-
Qlty Software - AI-powered code quality & coverage platform
Cossmology Profile: https://dub.sh/lnEtOQk
Key People: Bryan Helmkamp