If your code needs a walkthrough every time someone opens a file… naming is the problem.
Clear naming standards create clearer code—and clearer code leads to better software.
dotNetDave breaks it down 👇
dotnettips.wordpress.com/2026/03/11/d...
#RockYourCode #MVPBuzz #CodeSmell
Technical Debt Collector
Technical Debt Collector
#Compilerwarnings #Technicaldebt #Codequality #Developerhumor #Codesmell
programmerhumor.io/programming-memes/techni...
When She Asks How Long Is It
When She Asks How Long Is It
#Long-functions #Codesmell #Spaghetticode #debugging #Badpractices
programmerhumor.io/debugging-memes/when-she...
📰 Binaries
💬 Big binaries (25GiB!) raise eyebrows—consolidation vs. modularity debate. Is bigger really better? 🤔 #CodeSmell
https://news.ycombinator.com/item?id=46417791
Code Smell 315 - Cloudflare Feature Explosion #Technology #SoftwareEngineering #Other #Cloudflare #CodeSmell
If you end up removing your mixins, maybe your software architecture wasn’t that solid to begin with. Mixins aren’t a default design pattern in Python. They’re often a design smell. Composition usually tells a clearer story. #codesmell #RSE #OOP
#JavaScript 💻
if (users[userName]) might log "User name found!" even for built-ins like toString 😬
Why? It checks the prototype chain 🔗
✅ Use Object.hasOwn(users, userName) to check only real keys 🔐
#CodeSmell #CleanCode #JavaScriptTips #WebDev #DevTips
Code Smell 309 - Query Parameter API Versioning #Technology #SoftwareEngineering #Other #API #CodeSmell
Ya wanna be a #CowboyCoder?
Codin' at night 'cause I sleep all day
Cowboy, coder
#CodeSmell from a mile away
"Where the AI really struggles right now is knowing where it's made a wrong turn."
The discussion on being superficially flawless and AI generations being "odorless" in terms of #codesmell or "mathematical smell" is right on the money.
#TerenceTao #GenerativeAI
Code Smell 299 - How to Fix Overloaded Test Setups #Technology #SoftwareEngineering #Other hashtag 1: #CodeSmell 2: #SoftwareTesting 3: #DevelopmentBestPractices
Code Smell 291 - Mutable Keys
#codesmell #java
maximilianocontieri.com...
When your code is too hard to read, that's a 'code smell'. 👃 Like that time you tried to cook with a recipe written in binary. 🤯 Let's clean up that code! #CodeSmell #CleanCode #TechHumor
Function Properties in Data Classes are Code Smells
#codesmell #dataclass #java
marcellogalhardo.dev/po...
maximilianocontieri.com/code-smell-2... #codesmell #cleancode
"Build solution twice" #codesmell