Common programming mistakes for Scala developers to avoid
- by jelovirt
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.