News

In functional programming, this is a big no-no. Mutations are considered a nasty side-effect that should be avoided. The issues that arise from mutation typically have to do with assumptions about ...
Working with functional programming requires a shift in your thinking, but has benefits in productivity for programmer and maintainer alike We all learned about mathematical functions when we ...
Object-oriented programming has been the standard for years, but more and more use cases are demanding a functional programming approach to solving problems. In this tutorial, we will look at Scala ...