Working with Lists in Scala
Reading Time: 4 minutes Lists in Scala is the most widely used Scala collection. There are both mutable and immutable version of list. However, we will be using an immutable version of lists.
Reading Time: 4 minutes Lists in Scala is the most widely used Scala collection. There are both mutable and immutable version of list. However, we will be using an immutable version of lists.
Reading Time: 4 minutes A language is a set of standards. One has to follow them in order to avail benefits from the language. In order to maintain these standards, code in Scala has to be written in order to minimize the errors whether they are related with the concepts like redundancy of operations, use of properties of language those not supported by ScalaStyle or ScapeGoat or other checkers. Continue Reading