An Introduction to Functional Programming

We’ve all heard of functional programming, but how can you apply it to your existing code? In this talk by Eric Normand, author of 📖 Grokking Simplicity | 📖 DISCOUNT CODE ⭐ WATCHNORMAND40 ⭐ you will learn to identify the hardest code to test, make it more testable, and improve its reusability by applying a few simple functional refactorings. You can apply these refactorings in any language, be it procedural, object-oriented, or functional. This video is an excerpt. To watch the full video visit 📚📚📚 Grokking Simplicity | To save 40% off this book use discount code: WATCHNORMAND40 📚📚📚 About the book: Distributed across servers, difficult to test, and resistant to modification—modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It
Back to Top