Common programming mistakes for Scala developers to avoid

Posted by jelovirt on Stack Overflow See other posts from Stack Overflow or by jelovirt
Published on 2009-08-26T05:49:14Z Indexed on 2010/03/15 16:29 UTC
Read the original article Hit count: 348

In the spirit of

what are some common mistakes made by Scala developers, and how can we avoid them?

Also, as the biggest group of new Scala developers come from Java, what specific pitfalls they have to be aware of?

For example, one often cited problem Java programmers moving to Scala make is use a procedural approach when a functional one would be more suitable in Scala. What other mistakes e.g. in API design newcomers should try to avoid.

© Stack Overflow or respective owner

Related posts about scala

Related posts about best-practices