VOOZH about

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

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


  • Core Java👁 Image
    Peter VerhasNovember 29th, 2019
    0 239

    Repeated code

    Introduction It is usually not good to have copy/paste code in our Java application but sometimes it is unavoidable. For…

    Read More »
  • Core Java👁 Image
    Peter VerhasNovember 19th, 2019
    0 195

    Supporting Java 8

    Although Java has version 13 released as for now, there are a lot of production installations running with Java 8.…

    Read More »
  • Core Java👁 Image
    Peter VerhasOctober 28th, 2019
    1 576

    A New Era for Determining Equivalence in Java?

    A few month ago I read a blog post of the title “A New Era for Determining Equivalence in Java?”…

    Read More »
  • Core Java👁 Image
    Peter VerhasOctober 19th, 2019
    0 585

    Java Record

    The https://openjdk.java.net/jeps/359 outlines a new Java feature that may/will be implemented in some future versions of Java. The JEP suggests…

    Read More »
  • Core Java👁 Image
    Peter VerhasSeptember 27th, 2019
    0 625

    Handling repeated code automatically

    In this article I will describe how you can use Java::Geci generator Repeated to overcome the Java language shortage that…

    Read More »
  • Software Development👁 Image
    Peter VerhasSeptember 20th, 2019
    0 170

    Your code is redundant, live with it!

    This article is about necessary and unavoidable code redundancy and discusses a model of code redundancy that helps to understand…

    Read More »
  • Software Development👁 Image
    Peter VerhasSeptember 16th, 2019
    1 145

    Test coverage decreased and it is good (short, read)

    Synchronicity concept of Carl Gustav Jung says that events are “meaningful coincidences” if they occur with no causal relationship yet…

    Read More »
  • Core Java👁 Image
    Peter VerhasSeptember 6th, 2019
    0 119

    Tools to keep JavaDoc up-to-date

    There are many projects where the documentation is not up-to-date. It is easy to forget to change the documentation after…

    Read More »
  • Core Java👁 Image
    Peter VerhasAugust 27th, 2019
    1 621

    Java Projects: Book Review

    This article is about the book Java Projects Second Edition, by Peter Verhas that I wrote last year. The aim…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close