VOOZH about

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

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


  • Core Java👁 Image
    Peter VerhasSeptember 3rd, 2015
    4 109

    Use of optional is optional

    After the article of last week “Optional in collections” today I can’t help but talking a bit more about the…

    Read More »
  • Core Java👁 Image
    Peter VerhasAugust 28th, 2015
    0 121

    Optional in collections

    Sometime it is argued that the type Optional is worth being used in collections. It allegedly solves the problem of…

    Read More »
  • Software Development👁 Image
    Peter VerhasAugust 19th, 2015
    1 140

    Some thoughts about yagni

    Yagni means “You Aren’t Gonna Need It”. This is a phrase used many times to refuse the development of some…

    Read More »
  • Core Java👁 Image
    Peter VerhasAugust 5th, 2015
    0 113

    Teenage Sex and What the sun.misc.Unsafe Misery Teaches Us Generally

    Lukas Eder wrote an article about the miseries of the proposed drop off of sun.misc.Unsafe. If you have not heard…

    Read More »
  • Software Development👁 Image
    Peter VerhasJuly 28th, 2015
    8 117

    Why we do not use comments

    When I learned PASCAL programming at TU Budapest in 1986 there was a preprocessor developed specially for student code. It…

    Read More »
  • Software Development👁 Image
    Peter VerhasJune 1st, 2015
    0 224

    If you do it do it right

    This is a philosophical or ethical command. Very general. It is something like “fail fast”. The reason it came up…

    Read More »
  • Core Java👁 Image
    Peter VerhasMay 15th, 2015
    1 148

    Generics Names

    Generics type parameter names usually contain one, single capital case character. If you start to read the official ORACLE documentation…

    Read More »
  • Core Java👁 Image
    Peter VerhasMay 10th, 2015
    0 245

    Using Junit Test Name

    Name your tests When we create Junit test usually there is no practical use of the name of the method.…

    Read More »
  • Software Development👁 Image
    Peter VerhasApril 30th, 2015
    0 139

    Break Single Responsibility Principle

    Single Responsibility Principle (SRP) is not absolute. It exists to help the code maintainability and readability. But from time to…

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