Functional programming in Go apply functional techniques in Golang to improve the testability, readability, and security of your code

Functional programming is a tool for every programmer's toolbox. Go offers the flexibility to approach a problem with different methodologies, allowing you to tackle a problem in the style best suited for your solution. In this book, you'll learn the what, when, and why of functional progr...

Full description

Bibliographic Details
Other Authors: Meeus, Dylan, author (author)
Format: eBook
Language:Inglés
Published: Birmingham, England : Packt Publishing, Limited [2023]
Edition:1st ed
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009729738906719
Table of Contents:
  • Table of Contents Product Information Document Introducing Functional Programming Treating Functions as First-Class Citizens Higher -Order Functions Write Testable Codes with Pure Functions Immutability Three Common Categories of Functions Recursion Readable Function Composition with Fluent Programming Functional Design Patterns Thinking functionally to solve problems Functional Programming Libraries.