What is a good use case for scala?

Posted by Usman Ismail on Programmers See other posts from Programmers or by Usman Ismail
Published on 2012-11-14T05:52:58Z Indexed on 2012/11/14 11:18 UTC
Read the original article Hit count: 288

Filed under:

In a current project we have setup the build so that we could mix Java and Scala. I would like to use more Scala in our code base to make the code more readable and concise. In the process also learn the language by handing over real features.

So I plan to use Scala for some classes to showcase its benefits and convince other devs to look into using Scala too.

For a rest based web server or a program in general what kind of code structures lend themselves to Scala's functional programming style.

© Programmers or respective owner

Related posts about scala