Awesome tricks every Scala coder should know

Manpreet Singh
3 min readJul 25, 2021

Welcome back! Scala is an awesome programming language that seems to be growing steadily, so let’s take a look at some awesome tricks that every Scala developer needs to know. Now, although these do range in use, you could probably utilize most of these in any project out there, with that long introduction out of the way, let’s get started!

Using Futures

--

--