Browsing Tag
codequality
17 posts
AI-Generated PRs Lack Human Oversight, Leading to Poor Code Quality: Implementing Review Guidelines as Solution
Introduction: The Rise of AI-Generated Code and Its Challenges The integration of AI agents into software development has…
Your Go Tests Pass, But Do They Actually Test Anything? An Introduction to Mutation Testing
GitHub Copilot, Cursor, Claude Code — these tools can generate hundreds of lines of Go in seconds. But…
Code Quality Checks and Deployment with GitHub Actions
“The XP philosophy is to start where you are now and move towards the ideal. From where you…
A New Era of Code Quality: Beyond bugs and into legal license compliance and risk management
In the interconnected world of software, few applications are conjured into existence entirely from scratch. Developers consistently draw…
“आरंभी शूर”: The Brutal Truth About Me
I’ve started more things than I’ve finished. And I’ve finally stopped pretending that’s okay. There’s a Marathi phrase…
Git Conventional Commits:
What is Git Conventional Commits? Git Conventional Commits is a structured way of writing commit messages that follow…
Tree-sitter: Simplificando a Análise de Código para Desenvolvedores
Se você já passou horas tentando entender um código mal indentado, ou se já se perdeu em um…
Boost Your Java Code Quality with PMD
Do you ever find yourself struggling with code smells in your Java projects? You’re not alone! Code smells…
5 Habits System Developers Must Break for Success
Ignoring Code Documentation: Failing to document code can lead to confusion and difficulties for future maintenance. Prioritize clear,…
Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects
Learn how to enhance your TypeScript project by integrating JavaScript Standard Style rules using eslint-config-love in ESLint. This…