https://kotlinlang.org logo
r

raulraja

07/19/2017, 8:12 PM
When you program with a Functional style and try to keep all your functions pure they can all be expressions and smaller in size composing each other to build larger programs. You'll find that you don't need try catch as often unless you are dealing with APIs that throw exceptions.