Subscribe to Read
Sign up today to enjoy a complimentary trial and begin exploring the world of books! You have the freedom to cancel at your convenience.
Functional Programming in JavaScript: How to improve your JavaScript programs using functional techniques
Title | Functional Programming in JavaScript: How to improve your JavaScript programs using functional techniques |
Writer | |
Date | 2025-04-17 09:32:12 |
Type | |
Link | Listen Read |
Desciption
SummaryFunctional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasksPurchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyIn complex web applications, the low-level details of your JavaScript code can obscure the workings of the system as a whole. As a coding style, functional programming (FP) promotes loosely coupled relationships among the components of your application, making the big picture easier to design, communicate, and maintain.About the BookFunctional Programming in JavaScript teaches you techniques to improve your web applications - their extensibility, modularity, reusability, and testability, as well as their performance. This easy-to-read book uses concrete examples and clear explanations to show you how to use functional programming in real life. If you're new to functional programming, you'll appreciate this guide's many insightful comparisons to imperative or object-oriented programming that help you understand functional design. By the end, you'll think about application design in a fresh new way, and you may even grow to appreciate monads!What's InsideAbout the ReaderWritten for developers with a solid grasp of JavaScript fundamentals and web application design.About the AuthorLuis Atencio is a software engineer and architect building enterprise applications in Java, PHP, and JavaScript.Table of Contents
Review
This helped me think approach JavaScript functionally instead of object-oriented. This highlighted a lot of bad coding practices I had been doing, so this helped me clean up my team’s codebase at work and maintain better coding habits. This will be a good reference material going forward.