Reactive Functional Programming becomes more and more recognised as a great way to build reliable and maintainable software. Functional programming paradigms such as Immutability and avoiding statefull objects are considered good practices and something to strive for. That’s great! However it is not always straightforward to apply those principles, let alone to create a whole […]
Let it flow! – Unidirectional data flow architecture on Android