Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Functional Programming in JavaScript: How to improve your JavaScript programs using functional techniques

Posted By: Grev27
Functional Programming in JavaScript: How to improve your JavaScript programs using functional techniques

Luis Atencio, "Functional Programming in JavaScript: How to improve your JavaScript programs using functional techniques"
English | ISBN: 1617292826 | 2016 | PDF/EPUB | 272 pages | 13 MB/6 MB

Summary

Functional 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 tasks

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

In 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 Book

Functional 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 Inside

High-value FP techniques for real-world uses
Using FP where it makes the most sense
Separating the logic of your system from implementation details
FP-style error handling, testing, and debugging
All code samples use JavaScript ES6 (ES 2015)