From Objects to Functions

Build Your Software Faster and Safer with Functional Programming and Kotlin

by: Uberto Barbini

Published 2023-09-14
Internal code uboop
Print status In Print
Pages 468
User level Intermediate
Keywords functional programming, oop, object-oriented, kotlin, java, design patterns,
Related titles

vskotlin
swdddf
egmicro

ISBN 9781680508451
Other ISBN Channel epub: 9798888650462
Channel PDF: 9798888650479
Safari: 9798888650455
BISACs COM051210 COMPUTERS / Programming / Object Oriented
COM051280 COMPUTERS / Programming Languages / Java
COM051280 COMPUTERS / Programming Languages / Java

Highlight

Build applications quicker and with less effort using functional programming and Kotlin. Learn by building a complete application, from gathering requirements to delivering a microservice architecture following functional programming principles. Learn how to implement CQRS and EventSourcing in a functional way to map the domain into code better and to keep the cost of change low for the whole application life cycle.

If you’re curious about functional programming or you are struggling with how to put it into practice, this guide will help you increase your productivity composing small functions together instead of creating fat objects.

Description

Switching to the functional paradigm isn’t easy when you’re used to object-oriented programming. You need more than just lambdas and mapping over collections to get a declarative style and disentangle the state from the computations. Use transformations and compositions to help you write less code with better results. Boost your productivity and harness the power of functional programming by creating real-world applications rather than focusing on theoretical concepts.

Work through a series of short exercises to find and compose pure functions, and create data structures that work like algebra. Get rid of mutable state in your software to eliminate the main source of bugs. Apply CQRS and EventSourcing patterns to translate stakeholder requirements into functional design and then into code. See how Kotlin’s easy-to-learn syntax and functional-friendly approach make it a great option for a pragmatic language that integrates well with existing Java code and libraries.

Leverage functional programming to build and deliver robust applications in less time and with fewer defects.

Contents and Extracts