VOOZH about

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

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


  • Core Java👁 Image
    Peter VerhasMarch 28th, 2015
    3 146

    The Magic Setter Antipattern

    Setters and getter are evil. When the JavaBean definition was created it seemed to be a good idea. But they…

    Read More »
  • Software Development👁 Image
    Peter VerhasMarch 3rd, 2015
    0 102

    Quick, Cheap, Quality: choose two

    It is old and common wisdom. Even printed on billboard of the mechanics shop where my car is usually repaired.…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 24th, 2015
    1 135

    Using junit for something else

    junit != unit test Junit is the Java unit testing framework. We use it for unit testing usually, but many…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 16th, 2015
    0 135

    Default methods and multiple inheritance

    Recently Lukas JOOQ Eder posted and article about nested classes and their use. This is an interesting topic and his…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 9th, 2015
    0 157

    Do not unit test bugs

    Before getting to the topic of the title let’s have a simple programming sample. On the programming task I will…

    Read More »
  • Core Java👁 Image
    Peter VerhasJanuary 30th, 2015
    0 162

    Calling grandparent methods in Java: you can not

    In the article Fine points of protection I detailed how “protected” extends the “package private” access. There I wrote: What…

    Read More »
  • Core Java👁 Image
    Peter VerhasJanuary 23rd, 2015
    0 179

    Fine points of protection

    In the article Some Sentences about Java I wrote that “Protected methods and fields can be used from classes in…

    Read More »
  • Software Development👁 Image
    Peter VerhasJanuary 19th, 2015
    0 200

    Use copy paste programming!

    Copy paste is bad We hate copy paste. Why? Because the result code is unmaintainable. I get a bug reported…

    Read More »
  • Software Development👁 Image
    Peter VerhasDecember 19th, 2014
    0 103

    Outsourcing, Do It Right

    Most of the times outsourcing is a nightmare. Companies outsource the activities that are not their core activity nevertheless needed…

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