-
Core Java
JUnit 5 – Basics
Last week we’ve set up JUnit 5 to be able to write tests. So let’s do it! Overview This post…
Read More » -
Core Java
JUnit 5 – Setup
In November 2015 the JUnit Lambda team presented their prototype. Since then the project rebranded itself as JUnit 5 and…
Read More » -
Software Development
Costs And Benefits Of Comments
As with most things in software development the ultimate currency for comments is time. How much do we have to…
Read More » -
Software Development
Implied Readability
The hands-on guide to Jigsaw brushes past a feature I would like to discuss in more detail: implied readability. With…
Read More » -
Core Java
Beware Of findFirst() And findAny()
After filtering a Java 8 Stream it is common to use findFirst() or findAny() to get the element that survived…
Read More » -
Core Java
JavaOne 2015: Advanced Modular Development
JavaOne 2015 saw a series of talks by the Project Jigsaw team about modularity in Java 9. They are all very…
Read More » -
Core Java
JavaOne 2015: Prepare For JDK 9 – blog@CodeFX
JavaOne 2015 saw a series of talks by the Project Jigsaw team about modularity in Java 9. They are all…
Read More » -
Core Java
Project Jigsaw Hands-On Guide
Project Jigsaw will bring modularization to the Java platform and according to the original plan it was going to be…
Read More » -
Core Java
JAR Hell
What is JAR hell? (Or is it classpath hell? Or dependency hell?) And which aspects are still relevant when considering…
Read More »