Book Title :
Description:
The schism between the functional and object-oriented programmers is really a false binary. Yes, the first group argues that FP is superior for a multicore world, while the second insists that OOP is better at matching technical solutions to business problems. However, as this O’Reilly report explains, this is not an either-or proposition.
By examples written in Java, you will:
Object-Oriented vs. Functional Programming
Bridging the Divide Between Opposing Paradigms By Richard Warburton
Pages:
46pages
Pages:
46pages
The schism between the functional and object-oriented programmers is really a false binary. Yes, the first group argues that FP is superior for a multicore world, while the second insists that OOP is better at matching technical solutions to business problems. However, as this O’Reilly report explains, this is not an either-or proposition.
By examples written in Java, you will:
- Learn how to make OOP languages better suited for dealing with parallelism and concurrency
- Understand how SOLID—OOP’s five basic principles of programming—map to functional languages and paradigms
- Explore some of the most common OOP design patterns—and how they exist in the functional world.
Post a Comment