Moved to Medium!

I’ve started writing on Medium! For new posts, check out https://medium.com/@arschles.

 
3
Kudos
 
3
Kudos

Now read this

Function Maps in Scala

I find myself using the Function Map pattern a lot in my Scala code. Generally, when I need to group a set of related functions together, I use one of these. My favorite example is in actors. When passed a label that identifies an... Continue →