Why learning Scala is worth your time

Scala, the programming language created more than 10 years ago is taking more and more interest.  You could see more job offers requiring scala, more open source projects starting to embed scala code as neighbour to existing java code base (neo4j as example – around 15% of code base written in Scala and popular play … More Why learning Scala is worth your time

One of the core concepts in functional programming (based on C#)

“The whole body of the method is a single expression which returns a value. In C# this means that the body has to start with return (#1). Also, we can’t use return anywhere else in the code, because that would require jumping to the end of the method from a middle of an expression, which … More One of the core concepts in functional programming (based on C#)