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: 421
        
In the spirit of
- Common programming mistakes for Java developers to avoid?
- Common programming mistakes for JavaScript developers to avoid?
- Common programming mistakes for .NET developers to avoid?
- Common programming mistakes for Haskell developers to avoid?
- Common programming mistakes for Python developers to avoid?
- Common Programming Mistakes for Ruby Developers to Avoid
- Common programming mistakes for PHP developers to avoid?
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