VOOZH about

URL: https://www.javacodegeeks.com/author/David-Green/page/4

⇱ David Green, Author at Java Code Geeks - Page 4 of 4


  • Software Development👁 Image
    David GreenJune 15th, 2012
    0 331

    Enterprise class Java code

    There’s a natural instinct to assume that everybody else’s code is an untidy, undisciplined mess. But, if we look objectively,…

    Read More »
  • Software Development👁 Image
    David GreenMarch 2nd, 2012
    0 178

    Shame driven development

    I always aspire to write well-crafted code. During my day job, where all production code is paired on, I think…

    Read More »
  • Software Development👁 Image
    David GreenFebruary 10th, 2012
    0 109

    Growing hairy software, guided by tests

    Software grows organically. One line at a time, one change at a time. These changes soon add up. In an…

    Read More »
  • Software Development👁 Image
    David GreenJanuary 5th, 2012
    0 114

    Enough whitespace already

    In most sensible languages the compiler ignores whitespace; it’s only there to help humans understand the code. The trouble is,…

    Read More »
  • Software Development👁 Image
    David GreenNovember 8th, 2011
    0 150

    Dealing with technical debt

    We’re drowning in technical debt. We have a mountain to climb and don’t really know where to start. Sound familiar?…

    Read More »
  • Enterprise Java👁 Image
    David GreenOctober 25th, 2011
    1 795

    Code coverage with unit & integration tests

    On a pet project recently I set out to build automated UI (integration) tests as well as the normal unit…

    Read More »
  • Software Development👁 Image
    David GreenOctober 13th, 2011
    0 182

    If I had more time I would have written less code

    In a a blatant rip-off of the T.S Eliot quote: “if I had more time, I would have written a…

    Read More »
  • Enterprise Java👁 Image
    David GreenOctober 10th, 2011
    0 253

    Rich Domain Model with Guice

    The anaemic domain model is a really common anti-pattern. In the world of ORM & DI frameworks we naturally seem…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
Back to top button
Close