Functional Programming in javascript How to improve your javascript programs using functional techniques
β Scribed by Luis Atencio
- Publisher
- Manning
- Year
- 2016
- Tongue
- English
- Leaves
- 274
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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.
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.
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 youre new to functional programming, youll appreciate this guides many insightful comparisons to imperative or object-oriented programming that help you understand functional design. By the end, youll think about application design in a fresh new way, and you may even grow to appreciate monads!
π SIMILAR VOLUMES
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 programmi
Manning Publications, 2016. β 272 p. β ISBN-10: 1617292826, ISBN-13: 9781617292828.<br/> <br/>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 relation
<div><p><b>Summary</b></p> <p><i>Functional Programming in Java</i> teaches Java developers how to incorporate the most powerful benefits of functional programming into new and existing Java code. You'll learn to think functionally about coding tasks in Java and use FP to make your applications easi
<span><span><p><b>Summary</b></p><p><em>Functional Programming in Java</em> teaches Java developers how to incorporate the most powerful benefits of functional programming into new and existing Java code. You'll learn to think functionally about coding tasks in Java and use FP to make your appli
<span><span><p>Learn functional programming concepts using JavaScript ES6. You will learn concepts such as currying, partial functions, higher-order functions, and monads.</p><p>Programming languages have evolved from focusing on procedures to objects and now on function.Β JavaScript<i>Β </i>supports