Top Tweets for #CodeSmells
You should avoid storing stateless utility classes as instance variables initialized with new.
By @mcsee1
#codesmells #refactoring...Show more

Split your AGENTS.md into layered files so your AI loads only the rules that matter for the code you touch. - by @mcsee1 https://t.co/0KawAAZFFH #artificialintelligence #codesmells
🤯 Si tu dominio huele a @SpringBoot, necesitas refactor urgente.
😎 Java limpio = dominio puro, sin rastro de infraestructura.
👉 Infra: fuera.
👉 Dominio: lógico.
👉 Separación: sagrada.
¿Tu app respira limpio? #Java #CleanArchitecture #CodeSmells
📄 Pre-print: https://t.co/1C5iitnVLj
📄 Pre-print: https://t.co/PJKuRfBFIy
Thanks to my co-authors: Kevin Pacifico, @vpontillo92 , Massimiliano Di Penta, Damian Tamburri, and @fabiopalomba3
#ICPC #SoftwareEngineering #JavaScript #CodeSmells #faultproneness
Stop shipping AI workslop. Learn to spot plausible-but-wrong code, restore domain intent, and refactor machine output before it becomes tech debt. - https://t.co/KbrqSZblnq #aigeneratedcode #codesmells
Trick or treat your next dev role: https://t.co/YBhg0lPsU7
Turn horrors into clean code! #Halloween #CodeSmells #SequoiaConnect

Send messages only to your direct acquaintances, not their friends. - https://t.co/TgkVZ50aYI #codesmells #cleancode
If you added 3 libraries and changed 80 files for a 2-line bugfix, your PR needs a priest, not a reviewer. #DevChaos #CodeSmells
Debugging legacy systems gave me one skill: identifying the author of a bug by their variable naming style. #DevForensics #LegacySystems #CodeSmells
Never reassign parameters!
Use a local var instead.
Before:
function foo(x) { x = 2; }
After:
function foo(x) { const y = 2; }
#JavaScript #CodeSmells
🧼 SonarQube scans your code for bugs, vulnerabilities, and bad practices.
➡️ Follow us for more DevSecOps, code scanning, and pipeline automation tips!
#SonarQube #CodeQuality #DevSecOps #SecurityScanning #StaticAnalysis #ShellAndShield #TechShorts #CodeSmells #SecureCode
Inappropriate Intimacy: Methods overly dependent on others' logic.
Fix:
- Move Method/Field
- Extract Class
- Hide Delegate
- Break bidirectional links
#CleanCode #Refactoring #OOP #CodeSmells
Feature Envy: When a method is too interested in another class’s data!
Fix:
- Move Method – Relocate to the right class
- Extract Method – Isolate the envy logic
- Proper Data Handling – Keep behavior with its data
#CleanCode #Refactoring #OOP #CodeSmells
😱 ¿Seguro que escribes buen código Java?
Hay 10 errores que incluso los seniors cometen... sin darse cuenta.
Si usas Java, necesitas ver esto 👇
🎥 Míralo en YouTube: https://t.co/mYcABYFeIR #Java #DevTips #CodeSmells
✨ #ESPC25 Session: From Code Villain to SPFx Hero: SPFx Best Practices for Sustainable Solutions
🎤 Speaker: Dan Toft, MVP
#SPFx #SharePointDev #CleanCode #PnPjs #WebDev #CodeSmells #SustainableCoding #DevLife 🧑💻✨
Find out more 👉 https://t.co/FU71F8inn9

#Kotlin #CodeSmells #CodeQuality #DeveloperExperience #DevTools #CleanCode #AIinDev #EngineeringExcellence #PantoAI
Try Panto for free today: https://t.co/saMzFmuCNy
Code smells aren’t just bad habits—they’re silent killers of maintainability.
👇 Here's what every software engineer should know:
https://t.co/L4Gv4wg8kP
#CleanCode #CodeSmells #SoftwareEngineering #TechTwitter #100DaysOfCode
Temporary Fields
- Extract Class → Move logic to a dedicated object
- Null Object → Eliminate null checks
#CleanCode #Refactoring #OOP #CodeSmells
Data Clumps
- Extract Class - Group related fields
- Parameter Object - Bundle messy args
- Preserve Whole Object - Pass objects, not pieces
#CleanCode #Refactoring #OOP #CodeSmells
Last Seen Hashtags on Sotwe
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.7M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.7M followers

Taylor Swift 
@taylorswift13
80.5M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.3M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.4M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
60.9M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers









