VOOZH about

URL: https://www.javacodegeeks.com/author/yegor-bugayenko/page/14

⇱ Yegor Bugayenko, Author at Java Code Geeks - Page 14 of 14


  • Core Java👁 Image
    Yegor BugayenkoSeptember 11th, 2014
    9 247

    Why NULL is Bad?

    A simple example of NULL usage in Java:                     public Employee…

    Read More »
  • Core Java👁 Image
    Yegor BugayenkoSeptember 10th, 2014
    33 520

    OOP Alternative to Utility Classes

    A utility class (aka helper class) is a “structure” that has only static methods and encapsulates no state. StringUtils, IOUtils,…

    Read More »
  • Core Java👁 Image
    Yegor BugayenkoSeptember 9th, 2014
    24 227

    Typical Mistakes in Java Code

    This page contains most typical mistakes I see in the Java code of people working with me. Static analysis (we’re…

    Read More »
  • Core Java👁 Image
    Yegor BugayenkoSeptember 5th, 2014
    9 260

    Objects Should Be Immutable

    In object-oriented programming, an object is immutable if its state can’t be modified after it is created. In Java, a…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoSeptember 5th, 2014
    0 124

    How much do you pay per line of code?

    Yes, I know, “line of code” (LoC) is a very wrong metric. There are tons of articles written about it,…

    Read More »
  • First
  • ...
  • «
  • 10
  • 11
  • 12
  • 13
  • 14
Back to top button
Close