Skip to main content
← All Tags

Code quality

4 articles in this category

AI NewsSoftware DevelopmentCode Quality

Are Bugs and Incidents Inevitable with AI Coding Agents?

AI-created code has 1.7 times as many bugs as human-created code, with logic and correctness issues being the most prevalent.

Read more
PythonBest PracticesSoftware Engineering

Python Modules and Imports - Best Practices and Pitfalls

A comprehensive guide to Python's module system: best practices, common pitfalls, circular imports, and performance optimizations with real-world examples.

Read more
AI NewsSoftware TestingCode Quality

Making your code base better will make your code coverage worse

This article explores how striving for 80% code coverage can sometimes hinder code quality and offers insights into more effective testing strategies.

Read more
Software designCode qualityBook reviews

Clean Code: The Cult of Dogma and Why Your Abstractions Are Probably Wrong

Robert C. Martin's Clean Code shaped a generation of developers, but its dogmatic rules about tiny functions, obsessive DRY, and terrible example code have caused more harm than good. Here's what the book got right, what it got catastrophically wrong, and what to read instead.

Read more