Different approaches of implementing a filter function on a collection in Scala.
Functional Refactoring
One of the biggest challenges most software engineers face is, to maintain a badly written code. Refactoring code is a very difficult task, which can break a lot of things in a so called working software. There are only two […]