Java 9’s Immutable Collections Are Easier to Create but Use with Caution

Code is easier to reason about when collections cannot be altered after their creation. Having to keep track of the current state of a collection as it gets passed around from this method to that equates to more mental balls to juggle. Mutating… | Carl … Read more

Similar

Java tool to copy/paste

Web developers know that they can integrate functionality from third-parties by copying/pasting a tiny script into their HTML pages. It’s a great engineering work: by adding a few lines you end up… (more…)

Read more »

Spring vs. Java EE

The Spring vs Java EE discussions have started up again recently, primarily triggered by a Gartner report entitled "Market Guide for Application Platforms". The report wasn’t sponsored by Pivotal (as far as I know you can’t sponsor Gartner reports) but yo... (more…)

Read more »