دانلود کتاب Stylish F#: Crafting Elegant Functional Code for .NET and .NET Core
by Kit Eason
|
عنوان فارسی: شیک F#: گر چه هنر زیبا و کاربردی کد برای .NET و .NET Core |
دانلود کتاب
جزییات کتاب
Stylish F# covers every design decision that a developer makes in constructing F# programs, helping you make the most educated and valuable design choices at every stage of code development. You will learn about the design of types and function signatures, the benefits of immutability, and the uses of partial function application. You will understand best practices for writing APIs to be used by F#, C#, and other languages. Each carefully vetted design choice is supported with compelling examples, illustrations, and rationales.
What You'll Learn
• Know why, when, and how to code in immutable style
• Use collection functions, piping, and function composition to build working software quickly
• Be aware of the techniques available to bring error handling into the mainstream of program logic
• Optimize F# code for maximum performance
• Identify and implement opportunities to use function injection to improve program design
• Appreciate the methods available to handle unknown data values
• Understand asynchronous and parallel programming in F#, and how it differs from C# asynchronous programming