VOOZH about

URL: https://www.javacodegeeks.com/tag/refactoring

⇱ Refactoring Archives - Java Code Geeks


  • Software Development👁 Image
    Eleftheria DrosopoulouJune 2nd, 2026
    0 72

    Technical Debt Has a Direction: Why Paying It Down in the Wrong Order Makes Things Worse

    The standard advice is to “pay down technical debt.” Rarely discussed is that debt has topology — and tackling the…

    Read More »
  • Core Java👁 Image
    Ashley FriezeOctober 23rd, 2019
    7 570

    Ineffective Java

    Perhaps I can be replaced by a robot for code review. There are some bits of feedback I find myself…

    Read More »
  • Software Development👁 Image
    Jim BirdMarch 24th, 2015
    0 98

    Making Refactoring Work

    A recent academic study raises some questions about how useful and how important refactoring really is. The researchers found that…

    Read More »
  • Software Development👁 Image
    Norbert CsibraFebruary 26th, 2015
    0 157

    Thoughts about TDD and how to use it for untested legacy code

    Prologue My personal experiences with TDD mostly match with the others on the internet, in short, TDD is good. It…

    Read More »
  • Software Development👁 Image
    Jim BirdOctober 23rd, 2012
    0 196

    You can’t Refactor your way out of every Problem

    Refactoring is a disciplined way to clarify, retain or restore the design of a system as you make changes, and…

    Read More »
  • Software Development👁 Image
    Jim BirdApril 10th, 2012
    3 268

    What Refactoring is, and what it isn’t

    Sometimes a programmer will come to me and explain that they don’t like the design of something and that “we’re…

    Read More »
  • Software Development👁 Image
    Jens SchauderSeptember 18th, 2011
    0 193

    Don’t rewrite Your Application

    When stuck with a legacy code base you’ll hear the claim “We’ll have to rewrite this from scratch in order…

    Read More »
Back to top button
Close