Tagged in

Scala

Zappos Engineering
Zappos Engineering
Technical writing from Zappos.com developers
More information
Followers
249
Elsewhere
More, on Medium

Java 8 vs Scala — Part III Trust no one, bench everything

This is part 3 of the article. Check out Part 1 and Part 2.

From Part 2, you’ve seen that the Scala approach is generally shorter than the Java approach when you want to manipulate either collections or…


Java 8 vs Scala — Part II Streams API

This is part 2 of the article. If you want to start from 1, you can click here.

Stream vs. Collection?
Let’s start with a short and incomplete description by me :), a collection is a finite set of data while a stream is a sequenced set of…