Scala Best Practices¶
| scala |
Here is a small collection of Scala best practices.
References¶
- Scala Best Practices by Nicolas Rinaudo
- Scala Best Practices by Alexandru Nedelcu
- Strategic Scala Style: Principle of Least Power by Li Haoyi
- Wartremover A flexible Scala linter, Built-in Warts
- Effective Scala by Marius Eriksen
- SO: What is the advantage of using abstract classes instead of traits?, see answer by Eugene Yokota
- Safari: Best Practices in Scala Programming by Joshua Backfield
- Effective Scala: Reloaded! by Mirco Dotta
- Effective Scala - Recommendations for a Pleasant Scala Experience