Riccardo Merolla

October 25, 2022

Incomprehensibly Concise - [99 Bottles of Scala]

Recently I've bought and read a stunning book "99 Bottles of OOP" by Sandi Metz, which I highly recommend to everybody.

https://sandimetz.com/99bottles

99 Bottles of OOP is a practical guide to writing cost-effective, maintainable, and pleasing object-oriented code available in JavaScript, PHP, and Ruby!

So I've decided to blog about some Scala code snippets inspired by examples presented in the book.

Let's start with "Incomprehensibly Concise"

image.png


Cheers,

Riccardo