✨ That moment in every sprint when someone says “I added a small feature” and everything suddenly becomes… interesting. How do you stay agile without destabilizing your codebase? #SoftwareDevelopment #Agile #CodeQuality

akritiko's tweet image. ✨ That moment in every sprint when someone says “I added a small feature” and everything suddenly becomes… interesting. How do you stay agile without destabilizing your codebase?
#SoftwareDevelopment #Agile #CodeQuality

⚠️ Stop using assert for critical checks in Python. With the -0 flag, all assert statements disappear, which means your validations might never run in production. Codeac automatically detects unsafe assert usage (and much more) so you can ship safer code. #Python #CodeQuality

codeacio's tweet image. ⚠️ Stop using assert for critical checks in Python.

With the -0 flag, all assert statements disappear, which means your validations might never run in production.

Codeac automatically detects unsafe assert usage (and much more) so you can ship safer code.

#Python #CodeQuality

@ManfredSteyer wowed us at #jsPolandConf—“JavaScript as a Crime Scene” blended smart code forensics with actionable tips for better architecture! #CodeQuality #jsPolandConf

jsPolandConf's tweet image. @ManfredSteyer wowed us at #jsPolandConf—“JavaScript as a Crime Scene” blended smart code forensics with actionable tips for better architecture! #CodeQuality #jsPolandConf

🧰 OpenAPI Generator + Spring Boot = pure developer happiness. See the full example! #CodeQuality


Join us for a FREE, 1-day virtual event connecting developers worldwide 🌏. We're diving deep into the AI era with expert sessions, community stories, and interactive Q&As.🤓 Register here: events.sonarsource.com/the-sonar-summ… #SonarSummit #SonarQube #CodeQuality #GlobalTech #DevLife

SonarSource's tweet image. Join us for a FREE, 1-day virtual event connecting developers worldwide 🌏. We're diving deep into the AI era with expert sessions, community stories, and interactive Q&As.🤓

Register here: events.sonarsource.com/the-sonar-summ…

#SonarSummit #SonarQube #CodeQuality #GlobalTech #DevLife

The chart shows a steady drop in issues from v1.0 to v1.4, proving clear improvement in code quality. Each update fixed bugs, boosted performance, and made the system more stable. #PerformanceBoost #CodingTips #CodeQuality #SystemStability #SoftwareUpdate

AsmaAkter_1554's tweet image. The chart shows a steady drop in issues from v1.0 to v1.4, proving clear improvement in code quality. Each update fixed bugs, boosted performance, and made the system more stable.
#PerformanceBoost #CodingTips #CodeQuality #SystemStability #SoftwareUpdate

Boost your code quality in Visual Studio Pro by creating custom Roslyn analyzers! Define rules tailored to your project, catch issues early, and enforce coding standards seamlessly. #DotNet #Roslyn #CodeQuality @visualstudio


Is your code architecture a ticking time bomb? Refactoring isn’t just a technical task—it’s a critical strategy for sustainable development. Keep your codebase healthy and future-ready to unlock innovation. #CodeQuality


The problem with existing tools: ESLint: "You have 847 errors" (good luck fixing them) AI tools: Rewrites your code... sometimes breaks it Manual fixes: Hours of tedious work What if your linter could just... fix everything? #JavaScript #DeveloperExperience #CodeQuality


Example: A single unchecked null value in a signup API slowly grows into thousands of failed registrations and angry users before anyone notices. #TechDebt #CodeQuality

kamranriyazw's tweet image. Example:

A single unchecked null value in a signup API slowly grows into thousands of failed registrations and angry users before anyone notices.

#TechDebt #CodeQuality

🧰 OpenAPI Generator + Spring Boot = pure developer happiness. See the full example! #CodeQuality


Ensure your .NET apps handle data safely! 🚀 Check out how dotNetTips Spargine’s `Validator` makes validation effortless—prevent bad input, avoid crashes, and write cleaner code. dotnettips.wordpress.com/2025/05/28/cod… #dotNET #CodeQuality #MVPBuzz #DataValidation

realDotNetDave's tweet image. Ensure your .NET apps handle data safely! 🚀 Check out how dotNetTips Spargine’s `Validator` makes validation effortless—prevent bad input, avoid crashes, and write cleaner code. 
dotnettips.wordpress.com/2025/05/28/cod…
#dotNET #CodeQuality #MVPBuzz #DataValidation

🧑‍💻Quality isn’t just a final checkpoint—it’s a foundational principle✅. #CodeQuality #AIEngineering #DevSecOps #SoftwareDelivery #DigitalTransformation #ApplicationServices

benirioux's tweet image. 🧑‍💻Quality isn’t just a final checkpoint—it’s a foundational principle✅.

#CodeQuality #AIEngineering #DevSecOps #SoftwareDelivery #DigitalTransformation #ApplicationServices

From complex stateIterate to clean OOP! #DolphinDB transforms hard-to-read linear recursion into structured, understandable code. #CodeQuality #DataEngineering


Roman Rudyi, Senior Software Developer, shares his team’s experience with AI code reviews, its limitations, and how teams can get the most from them. 🔗buff.ly/0fSj5pF #AI #AICodeReview #codequality

ELEKSSoftware's tweet image. Roman Rudyi, Senior Software Developer, shares his team’s experience with AI code reviews, its limitations, and how teams can get the most from them. 

🔗buff.ly/0fSj5pF

#AI #AICodeReview #codequality

NDepend – Improve Your .NET Code Quality Fast 25mn by Remigiusz Zalewski youtube.com/watch?v=t3o6qj… #dotnet #codequality

ndepend's tweet image. NDepend – Improve Your .NET Code Quality Fast  25mn by Remigiusz Zalewski  youtube.com/watch?v=t3o6qj… #dotnet #codequality

✨ That moment in every sprint when someone says “I added a small feature” and everything suddenly becomes… interesting. How do you stay agile without destabilizing your codebase? #SoftwareDevelopment #Agile #CodeQuality

akritiko's tweet image. ✨ That moment in every sprint when someone says “I added a small feature” and everything suddenly becomes… interesting. How do you stay agile without destabilizing your codebase?
#SoftwareDevelopment #Agile #CodeQuality

🚀 New Post: Tame Debt Master technical debt management with expert strategies to prioritize, reduce, and optimize your cod... 🔗 Read more: kubaik.github.io/tame-debt #CodeQuality #BuildInPublic #DevOps #AITools #coding


Validate method arguments effortlessly with dotNetTips Spargine! 🚀 Improve code reliability with fluent validation techniques. Check out how the Validator class simplifies input checks. dotnettips.wordpress.com/2025/05/25/cod… #dotNET #Csharp #CodeQuality #MVPBuzz #DataValidation

realDotNetDave's tweet image. Validate method arguments effortlessly with dotNetTips Spargine! 🚀 Improve code reliability with fluent validation techniques. Check out how the Validator class simplifies input checks. 
dotnettips.wordpress.com/2025/05/25/cod…
#dotNET #Csharp #CodeQuality #MVPBuzz #DataValidation

The biggest frontend mistake? Saying “We’ll clean it later.” That’s how gardens turn into jungles. 🌿➡️🌪️ #CodeQuality #Frontend


Hiding business logic in your database is dangerous. You lose version control, your deployment pipeline, and your mind. Stored procedures have no place in modern app development. #CodeQuality #DevTips


I started with SonarQube learning how it checks code quality, identifies bugs, and enforces clean code. I explored its architecture, Maven integration, and even securing the server. 🔒 #CodeQuality #SonarQube


Ever fix a bug in 10 different places? 😫 I did, too. Then I discovered Python functions! Now I fix it once. Done. New post: How functions saved me from code chaos ↓ devviews.com/posts/python-f… #Python #Developer #CodeQuality

godfreycode1's tweet image. Ever fix a bug in 10 different places? 😫 I did, too.

Then I discovered Python functions! Now I fix it once. Done.

New post: How functions saved me from code chaos ↓

devviews.com/posts/python-f…

#Python #Developer #CodeQuality

Containers fix inconsistent environments, but they cannot debug or improve fundamentally bad code. Infrastructure consistency amplifies the quality, good or bad, of what you deploy. #DevOps #Containers #CodeQuality #TechTip #SoftwareEngineering

thedevopsdojo's tweet image. Containers fix inconsistent environments, but they cannot debug or improve fundamentally bad code. Infrastructure consistency amplifies the quality, good or bad, of what you deploy.

#DevOps #Containers #CodeQuality #TechTip #SoftwareEngineering

⚠️ Stop using assert for critical checks in Python. With the -0 flag, all assert statements disappear, which means your validations might never run in production. Codeac automatically detects unsafe assert usage (and much more) so you can ship safer code. #Python #CodeQuality

codeacio's tweet image. ⚠️ Stop using assert for critical checks in Python.

With the -0 flag, all assert statements disappear, which means your validations might never run in production.

Codeac automatically detects unsafe assert usage (and much more) so you can ship safer code.

#Python #CodeQuality

Testing isn’t just about finding bugs; it’s about building confidence in your code. What’s your testing mantra? 🧪 #CodeQuality

birjuvachhani's tweet image. Testing isn’t just about finding bugs; it’s about building confidence in your code. What’s your testing mantra? 🧪 #CodeQuality

AI is turbo-charging dev speed: then leaves a trail only "code cleanup specialists" can fix. Fast code ≠ clean code! Startups: are you seeing this in your team? Drop a 🙋 if you’ve hired a cleanup hero lately! #startups #codequality

smayzes's tweet image. AI is turbo-charging dev speed: then leaves a trail only "code cleanup specialists" can fix. Fast code ≠ clean code! Startups: are you seeing this in your team? Drop a 🙋 if you’ve hired a cleanup hero lately! #startups #codequality

[1/2] 📢 Big news! @Michael_Hladky will be presenting at @MonorepoWorld by @NxDevTools. Get $50 off your tickets—link in the comments 👇 🎙️ The Challenges of #CodeQuality and Team KPIs in a #Monorepo 🗓️ Oct 7, 2024 | 📍 Mountain View, CA

PushBased's tweet image. [1/2] 📢 Big news! @Michael_Hladky will be presenting at @MonorepoWorld by @NxDevTools.

Get $50 off your tickets—link in the comments 👇

🎙️ The Challenges of #CodeQuality and Team KPIs in a #Monorepo

🗓️ Oct 7, 2024 | 📍 Mountain View, CA

✨ That moment in every sprint when someone says “I added a small feature” and everything suddenly becomes… interesting. How do you stay agile without destabilizing your codebase? #SoftwareDevelopment #Agile #CodeQuality

akritiko's tweet image. ✨ That moment in every sprint when someone says “I added a small feature” and everything suddenly becomes… interesting. How do you stay agile without destabilizing your codebase?
#SoftwareDevelopment #Agile #CodeQuality

isort Keep your Python imports tidy with isort, the utility to sort and format your code for consistency! #python #codequality

D4Vinci1's tweet image. isort

Keep your Python imports tidy with isort, the utility to sort and format your code for consistency! #python #codequality

🎉 Huge thanks to everyone who joined us at @MonorepoWorld for @Michael_Hladky's talk on the Challenges of #CodeQuality and Team KPIs in a #Monorepo! In exploring these challenges 👀, he introduced @CodePushUp — an innovative tool designed to boost observability in code quality…

PushBased's tweet image. 🎉 Huge thanks to everyone who joined us at @MonorepoWorld for @Michael_Hladky's talk on the Challenges of #CodeQuality and Team KPIs in a #Monorepo!

In exploring these challenges 👀, he introduced @CodePushUp — an innovative tool designed to boost observability in code quality…
PushBased's tweet image. 🎉 Huge thanks to everyone who joined us at @MonorepoWorld for @Michael_Hladky's talk on the Challenges of #CodeQuality and Team KPIs in a #Monorepo!

In exploring these challenges 👀, he introduced @CodePushUp — an innovative tool designed to boost observability in code quality…

A productive evening, I'd say. #php #phpstan #codequality

RmeetsH's tweet image. A productive evening, I'd say.

#php #phpstan #codequality

Up next! Our founder @mcbeniwal will deliver the keynote on the Power of AI and Code Quality & Performance at #CodeQualityConf - 2024! Don't miss it! 📺 Live streaming at csharp.tv #CodeQuality #CSharpCorner #CsharpTV #BestPractices #Developers #TechTalk #Coding

CsharpCorner's tweet image. Up next! Our founder @mcbeniwal will deliver the keynote on the Power of AI and Code Quality & Performance at #CodeQualityConf - 2024! Don't miss it!

📺 Live streaming at csharp.tv

#CodeQuality #CSharpCorner #CsharpTV #BestPractices #Developers #TechTalk #Coding

Did line references sign a lifetime contract with Doxygen that we need to break? 📝✂️ Source: devhubby.com/thread/how-do-… #Engineering #DevCommunity #CodeQuality #Programming #generate #remove

devhubbycom's tweet image. Did line references sign a lifetime contract with Doxygen that we need to break? 📝✂️

Source: devhubby.com/thread/how-do-…

#Engineering #DevCommunity #CodeQuality #Programming #generate #remove

@ManfredSteyer wowed us at #jsPolandConf—“JavaScript as a Crime Scene” blended smart code forensics with actionable tips for better architecture! #CodeQuality #jsPolandConf

jsPolandConf's tweet image. @ManfredSteyer wowed us at #jsPolandConf—“JavaScript as a Crime Scene” blended smart code forensics with actionable tips for better architecture! #CodeQuality #jsPolandConf

Want to build your own code quality tools? 🔍 Python’s `ast` module lets you analyze code like linters do! 💪 Below code snippet extracts all function & method names from a file. What would you automate? 💡 #Python #AST #CodeQuality

bbelderbos's tweet image. Want to build your own code quality tools? 🔍

Python’s `ast` module lets you analyze code like linters do! 💪

Below code snippet extracts all function & method names from a file.

What would you automate? 💡 

#Python #AST #CodeQuality

Listening @vilojona talking about #codequality in the #AI era needed more than ever (of course, I'll add) #JavaCro

icougil's tweet image. Listening @vilojona talking about #codequality in the #AI era needed more than ever (of course, I'll add)
#JavaCro

The chart shows a steady drop in issues from v1.0 to v1.4, proving clear improvement in code quality. Each update fixed bugs, boosted performance, and made the system more stable. #PerformanceBoost #CodingTips #CodeQuality #SystemStability #SoftwareUpdate

AsmaAkter_1554's tweet image. The chart shows a steady drop in issues from v1.0 to v1.4, proving clear improvement in code quality. Each update fixed bugs, boosted performance, and made the system more stable.
#PerformanceBoost #CodingTips #CodeQuality #SystemStability #SoftwareUpdate

Loading...

Something went wrong.


Something went wrong.


United States Trends