The power of collection pipelines πͺ
An example of how collection pipelines can help solving an Advent of Code problem.
Focuses on principles and practices for creating well-structured and maintainable software. Topics include design patterns, testable designs, strong typing, functional concepts and more.
while
and for
loops to declarative collection functions like map
and filter
.