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.
I am learning Scala and I wonder if an overview of method/function syntax exists?
Share
I think all the information you’re requesting is in the Scala docs.
Specifically, the style guide and the cheatsheet.