Marcel Kliemannel
  • Projects
  • Bookmarks
  • Projects
  • Bookmarks
Articles tagged with:

Best Practice

  • February 6, 2022 | 12 min. read

    Insights From Analyzing Over 1 Million Java Class Names

    An analysis of class names from the most popular Java repositories on GitHub. In particular, we will try to give a statistical answer for naming controversies, such as the case sensitivity of abbreviations.

    • Java
    • Best Practice
  • October 20, 2021 | 6 min. read

    Avoiding Autoboxing by Using Primitives in Functional Interfaces, Streams, and Optionals

    In this article we look at the primitive equivalents to object-based functional interfaces, streams and optionals, which are available in the Java standard library.

    • Java
    • Best Practice
  • July 15, 2021 | 4 min. read

    Don't Confuse Integer Division with Floor Division

    We are discussing the problem that we cannot implement a floor division by a simple division of two integer variables.

    • Best Practice
to top
  • Projects
  • Bookmarks

The articles are licensed under Attribution-NoDerivatives 4.0 International. Icons by Iconmoon.

  • Privacy Policy

  • Contact