Posts tagged "refactoring"

Refactoring if-else: Either and FlatMap

Refactoring if-else: Either and FlatMap Railway Oriented Programming with Kotlin and Arrow Attribution: Dzp / CC BY-SA 3.0 This post expands on the concepts I had covered in my earlier...

Railway Oriented Programming

Railway Oriented Programming Refactoring procedural code to ROP in Kotlin Attribution: I, Daniel Schwen / CC BY-SA 3.0 Procedural code can become hard to read, hard to test and more...

Monolith to MicroServices: Where do we begin?

Monolith to MicroServices: Where do we begin? Image attribution — Robert Dimov [CC BY-SA 3.0], via Wikimedia Commons There is enough literature about how to build MicroServices. However a question...