From the course: Functional Programming with PHP

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - PHP Tutorial

From the course: Functional Programming with PHP

Start my 1-month free trial

Next steps

- [Shaun] Well this brings us to end of the course. We've definitely covered a lot of topics here. We started off with the basic concepts of functional programming and how it compares to object-oriented programming, and then moved on to first-class functions and how to work with them in PHP. After that, we saw how functional programming makes working with data structures very straight forward, followed by an introduction to the advanced concepts of recursion, partial application and composition. Now that you've had a solid introduction to the world of functional programming, you might be wondering where to go next, and there are several things I'd recommend. First and foremost, I'd recommend that you start trying to apply functional programming concepts in your own code. You'll be amazed at how quickly you'll get the hang of it and how much the quality of your code improves once you start doing this. If you're looking for…

Contents