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...

Descripción completa

Detalles Bibliográficos
Otros Autores: Eason, Kit, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: [Place of publication not identified] : Apress [2022]
Edición:Second edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009638317706719
Tabla de Contenidos:
  • 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.