Stylish F# Crafting Elegant Functional Code for .NET and .NET Core /

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. Stylish F# covers every design decision that a developer makes in constructing F#...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
1. Verfasser: Eason, Kit (VerfasserIn)
Format: Elektronisch E-Book
Sprache:Englisch
Veröffentlicht: Berkeley, CA : Apress, 2018.
Ausgabe:1st ed. 2018.
Schlagworte:
ISBN:9781484240007
Online-Zugang: Volltext
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Inhaltsangabe:
  • Chapter 1: The Sense of Style
  • Chapter 2: Designing Functions Using Types
  • Chapter 3: Missing Data
  • Chapter 4: Working Effectively with Collections 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.