Scala coding styles Guide:- InShort
Reading Time: 3 minutes We all are using the Scala for a very long time now and sometimes we miss some guidelines for writing the Scala code, well this blog guide you through some common Scala coding styles. Lets get started. Indentation:- Scala follows 2 space indentation instead of 4 spaces, well I guess there will be no fight over Tab and 4 Spaces. //WRONG //RIGHT class Foo { Continue Reading