VOOZH about

URL: https://www.javacodegeeks.com/tag/code-quality

⇱ Code Quality Archives - Java Code Geeks


  • Software Development👁 Image
    Eleftheria DrosopoulouJanuary 26th, 2026
    0 295

    The Paradox of Abstraction: Why Good Abstractions Make Systems Harder to Debug

    Every software developer has experienced this frustrating moment: you’re tracking down a bug, and just when you think you’ve found…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouOctober 30th, 2025
    0 1,386

    Static Analysis & Code Generation for Java: Preventing Bugs Before They Happen

    There’s something deeply satisfying about catching a bug before it ever runs. Not during testing, not in production, but right…

    Read More »
  • TypeScript👁 Image
    Eleftheria DrosopoulouSeptember 25th, 2025
    0 268

    Mastering TypeScript: Advanced Patterns for Safer Frontend Code

    TypeScript has become the de facto standard for building large-scale frontend applications. While its type system catches a vast number…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouSeptember 24th, 2025
    0 1,315

    Top 10 Eclipse Plugins Every Java Developer Must Install

    If you develop Java with Eclipse, the right set of plugins can change your day from “wrestling with XML and…

    Read More »
  • Software Development👁 Image
    Yatin BatraAugust 20th, 2025
    0 219

    Maximizing AI in Software Development

    AI is no longer just an experimental tool — it is now becoming a core part of modern software engineering…

    Read More »
  • Software Development👁 Image
    Remon SinnemaOctober 16th, 2012
    1 161

    On Measuring Code Coverage

    In a previous post, I explained how to visualize what part of your code is covered by your tests. This…

    Read More »
  • Software Development👁 Image
    Jim BirdOctober 12th, 2012
    0 131

    Bad Things Happen to Good Code

    We need to understand what happens to code over time and why, and what a healthy, long-lived code base looks…

    Read More »
  • Core Java👁 Image
    Orest IvasivOctober 1st, 2012
    9 797

    Java Code Quality Tools – Overview

    Recently, I had a chance to present the subject at the local IT community meetup. Here is the basic presentation:…

    Read More »
Back to top button
Close