IT Blog & Photo Gallery

Articles on 'java'

Applied Functional Refactoring in Java

November 17, 2017

Since the release of Java 8, a bit of functional elegance has come to Java and many have already written about it. Still I haven't yet read anything on using those new elements to improve the structure, readability and maintainability of existing software. As I've had the opportunity do some refactoring in the past weeks using exactly those functional elements, I'll let you take part in my experience.