I am learning Scala and I wonder if an overview of method/function syntax exists? When to use parantheses, different ways of writing etc. Also the conventions would be nice.
2 Answers
I think all the information you're requesting is in the Scala docs.
Specifically, the style guide and the cheatsheet.
Comments
Effective Scala from Twitter is also an excellent resource. I've adopted it for all my Scala projects.