Close

Code Quality

Code Quality refers to the adherence to best practices in software development, ensuring that code is efficient, maintainable, and error-free, leading to reliable and high-performing applications.

Striking the Balance: Quality vs. Speed in Software Development

Striking the Balance: Quality vs. Speed in Software Development

In the fast-paced world of software development, striking a balance between delivering high-quality products and pushing out new features quickly is a perennial challenge. How can metrics guide us in this tightrope walk? Let’s dive in. The Two Sides of the Coin The Metrics Compass 1. Cycle Time 2. Bug […]

Devamını Oku

Finding Adequate Metrics for Quality in Software Development

Finding Adequate Metrics for Quality in Software Development

In the quest for quality software, different stakeholders own different quality domains. The article, written by Michael Kutz, delves into the complexities of measuring software quality. It identifies three domains of quality: Outer Quality (owned by product people), Inner Quality (owned by developers), and Process Quality (owned by managers). The […]

Devamını Oku

Clean Coders Hate What Happens To Your Code When You Use These Enterprise Programming Tricks

Clean Coders Hate What Happens To Your Code When You Use These Enterprise Programming Tricks

It is all too easy to dismiss problematic codebases on some nebulous idea of bad practice or bad programmers. Poor code, however, is rarely arbitrary and random in its structure or formulation. Systems of code, well or poorly structured, emerge from systems of practice, whether practical or ineffective. To improve […]

Devamını Oku

SonarQube for Python: The Guardian Angel of Code Quality

SonarQube for Python: The Guardian Angel of Code Quality

SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality. It provides automated reviews with static code analysis to detect bugs and code smells in 29 programming languages. SonarQube offers reports on duplicated code, coding standards, unit tests, code coverage, code complexity, comments, bugs, and security […]

Devamını Oku