Stylish F# 6 crafting elegant functional code for .NET 6

Why just get by in F# when you can program in style. This book goes beyond syntax and into design. It provides F# developers with best practices, guidance, and advice to write beautiful, maintainable, and correct code. This second edition, fully updated for .NET 6 and F# 6, includes all new coverage...

Full description

Bibliographic Details
Main Author: Eason, Kit
Format: eBook
Language:English
Published: [New York, NY] Apress 2022
Edition:2nd edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03575nmm a2200397 u 4500
001 EB002009113
003 EBX01000000000000001172013
005 00000000000000.0
007 cr|||||||||||||||||||||
008 220121 ||| eng
020 |a 9781484272053 
050 4 |a QA76.73.F163 
100 1 |a Eason, Kit 
245 0 0 |a Stylish F# 6  |b crafting elegant functional code for .NET 6  |c Kit Eason 
250 |a 2nd edition 
260 |a [New York, NY]  |b Apress  |c 2022 
300 |a 433 pages 
505 0 |a Chapter 1: The Sense of Style -- Chapter 2: Designing Functions Using Types -- Chapter 3: Missing Data -- Chapter 4: Working Effectively with Collection Functions -- Chapter 5: Immutability and Mutation -- Chapter 6: Pattern Matching -- Chapter 7: Record Types -- Chapter 8: Classes -- Chapter 9: Programming With Functions -- Chapter 10: Asynchronous and Parallel Programming -- Chapter 11: Railway Oriented Programming -- Chapter 12: Performance -- Chapter 13: Layout and Naming -- Chapter 14: Summary 
653 |a Microsoft .NET Framework / fast 
653 |a F♯ (Computer program language) / http://id.loc.gov/authorities/subjects/sh2008001530 
653 |a Functional programming languages / http://id.loc.gov/authorities/subjects/sh86005432 
653 |a F♯ (Computer program language) / fast 
653 |a Functional programming languages / fast 
653 |a Microsoft .NET Framework / http://id.loc.gov/authorities/names/n2017043838 
653 |a Langages de programmation fonctionnels 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-7205-3 
776 |z 9781484272053 
776 |z 1484272048 
776 |z 9781484272046 
776 |z 1484272056 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484272053/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 005.1 
520 |a Why just get by in F# when you can program in style. This book goes beyond syntax and into design. It provides F# developers with best practices, guidance, and advice to write beautiful, maintainable, and correct code. This second edition, fully updated for .NET 6 and F# 6, includes all new coverage of anonymous records, the task {} computation expression, and the relationship between types and modules. Stylish F# 6 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 Will 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 Exploit records and anonymous records as low-overhead, easily comparable containers for structured data Who This Book Is For Any developer who writes F# code and wants to write it better