Cantitate/Preț
Produs

A Functional Approach to Java: Augmenting Object-Oriented Java Code with Functional Principles

Autor Ben Weidig
en Limba Engleză Paperback – 26 mai 2023

If you're interested in applying FP concepts to your Java code, this book is for you. You'll learn how, when, and why to use FP concepts such as immutability and pure functions to write more concise, reasonable, and future-proof code.

Citește tot Restrânge

Preț: 34169 lei

Preț vechi: 42712 lei
-20% Nou

Puncte Express: 513

Preț estimativ în valută:
6539 6809$ 5526£

Carte disponibilă

Livrare economică 18 februarie-04 martie
Livrare express 01-07 februarie pentru 3368 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781098109929
ISBN-10: 1098109929
Pagini: 400
Dimensiuni: 177 x 234 x 39 mm
Greutate: 0.52 kg
Editura: O'Reilly

Descriere

 

Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambdas and streams. If you're interested in applying FP concepts to your Java code, this book is for you.

Author Ben Weidig highlights different aspects of functional programming and shows you how to incorporate them in your code without going "fully functional." You'll learn how, when, and why to use FP concepts such as immutability and pure functions to write more concise, reasonable, and future-proof code. Many developers seek to expand their horizons by using OOP and FP together. It's no longer either-or; it's both.

In two parts, this book includes:

  • A Functional Approach: Get a high-level overview of functional programming, including the types already available to Java developers. Then explore different FP concepts and learn how to use them.
  • Real-World Problems, Patterns, and Recipes: Apply what you've learned in part one to the typical real-world problems you might encounter in your daily work.

Notă biografică

Ben Weidig is a self-taught software developer with almost two decades of experience in professional web, mobile, and systems programming in various languages. After learning the ropes of professional software development and project management at a clinical research organization, he became a self-employed software developer and is now co-director of a Java-based SaaS company.

Besides sharing his expertise and experiences by writing articles about Java, functional programming, best practices, etc., he participates in Open-Source, either as a committer to established projects or releasing his own code.