© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
V. SarcarIntroducing Functional Programming Using C#https://doi.org/10.1007/978-1-4842-9697-4_7

7. Functional Patterns

Vaskaran Sarcar1  
(1)
Kuntala Furniture, Kolkata, West Bengal, India
 
Patterns are common in programming. You may use them either knowingly or unknowingly. So, what is a pattern? In simple terms, it is a description or template for solving problems that can be applied in different situations. Let me give you an example to help you understand the importance of identifying patterns. Suppose you have a requirement to write a function that can do some meaningful operation on a list. Let’s further assume that you were able to solve the problem. ...

Get Introducing Functional Programming Using C#: Leveraging a New Perspective for OOP Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.