VOOZH about

URL: https://www.javacodegeeks.com/author/peter-verhas/page/12

⇱ Peter Verhas, Author at Java Code Geeks - Page 12 of 12


  • Core Java👁 Image
    Peter VerhasMarch 14th, 2014
    3 238

    Java Object Interning

    Java stores the string contants appearing in the source code in a pool. In other words when you have a…

    Read More »
  • Software Development👁 Image
    Peter VerhasMarch 11th, 2014
    1 126

    Logging or debugging

    Debugging is lame. You should debug log. If your code is structured you do not need debug logging. These are…

    Read More »
  • Core Java👁 Image
    Peter VerhasMarch 6th, 2014
    0 230

    Synthetic and bridge methods

    If you have ever played with reflection and executed getDeclaredMethods() you may have been surprised. You may get methods that…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 28th, 2014
    6 183

    Design Pattern: Immutable Embedded Builder

    Last week I wrote about what makes a pattern anti-pattern. This week I present a design pattern… or wait… perhaps…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 25th, 2014
    0 143

    Design Patterns: Pattern or Anti-Pattern, that is the question

    I have recently encountered the wiki page Anti-pattern that has an exhaustive list of anti patterns. Some of them were…

    Read More »
  • Software Development👁 Image
    Peter VerhasFebruary 22nd, 2014
    0 101

    Never Test Logging

    Technical logging is usually not tested. As commentator write on stack overflow: I practice TDD/BDD pretty religiously and I almost…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 21st, 2014
    0 128

    Use Java annotation deprecated the right way

    There is hardly anything more infuriating that seeing a method @Deprecated without a proper documentation. I feel lost. Should I…

    Read More »
  • First
  • ...
  • «
  • 8
  • 9
  • 10
  • 11
  • 12
Back to top button
Close