Functional PHP

by | Apr 16, 2017 | Programming | 0 comments

Functional programming. Sure. I’ve been using functions for years. What’s the catch? Indeed you have been using functions a lot, just not in this way. When you think of functions as merely a collection of statements grouped together as an executable, you’re thinking procedural programming. The truth is, functional programming is not a tool or a framework, but fundamentally an approach to software development. Since PHP 5.3 you can take advantage of higher-order functions and closures to create code with an extremely high quality that is more robust, maintainable, extensible and bug free.

In this book, you’ll find a practical approach to functional programming and show how it compares to other programming paradigms (procedural and object-oriented). This book is filled with examples that showcase functional concepts and techniques, plus using PHP in a ways you’ve probably never though it could.

This book is for the professional PHP developer. There’s no crazy academic nonsense or mathematical equations, just pure and practical hardcore use of functions with the most widespread web language today.

Functional PHP

by Luis Atencio (All formats) – 95 pages

Functional PHP by Luis Atencio

Related Posts

42 Free and Paid Programming Resources to Learn Web Development

42 Free and Paid Programming Resources to Learn Web Development

Any serious developer will need to learn how to program in order to really understand what is going on behind the curtain, or if you are curious to wonder about or query how your favorite program works. This is where programming tutorials come in. The following are 42 Free and Paid Programming Resources to Learn Web Development, covering 3 different levels – beginner, intermediate and expert resources.

40 Best Free CSS Learning Resources

40 Best Free CSS Learning Resources

If you are one of the people who love to design using CSS, there are actually thousands of learning resources which you can try out. This post will cover 40 of the best CSS learning resources, covering fundamental concepts, units, selectors, custom properties, animation and many more.

92 Markdown Editors and Tools for All Your Writing Needs

92 Markdown Editors and Tools for All Your Writing Needs

The basics of Markdown are easy to learn, and it can quickly become second nature. We’ve compiled 92 Markdown softwares, editors, tools and resources available that are worth using in a wide variety of scenarios. You’ll also find tutorials and libraries to get your started in no time. Happy writing and programming!