Login
From:
Cay Horstmann's Unblog
(Uncensored)
subscribe
Lessons from Advent Of Code - Part 2: Streams
https://horstmann.com/unblog/2024-02-07/index.html
links
backlinks
Roast topics
Find topics
Find it!
In this series of articles, I reflect on what I learned from working through the 2023 Advent of Code problems in Java. This installment is all about streams. When should you use them, and when should you stick with loops?