8.5 Eighth Chapter Summary
In this chapter, we have completed the exploration of the core function concept. After discussing the fundamentals, such as functional values and higher-order functions, we discuss the architecture of functional applications in a more macroscopic perspective. We divide the application (or component) into two groups: data-centric and behavior-centric.
In this chapter, we discuss behavior-centric procedures. Seeing how to develop an application, the behavior does not require hard coding, and can be easily added later in the process, either during a postback or at run time, simply by using a list of functions. Later, we studied the expansion of data structures into composite functions and other functional data types, the development of decision trees, a data type in the combination of information and behavior.
We also discussed the design patterns associated with the Behavior Center program. In particular, learn how the strategy pattern corresponds to higher-order functions and how the command pattern relates to the variable state of closure capture in functional programming. Finally, we see that the template method pattern is simplified by using the functions in C # 3.0.
In the third part, we will focus on the functionality of the F # language and advanced function concepts. The Nineth chapter begins with the functionality of F #, and we move on to the next step in iterative development. We will see how to convert a conceptually simple data type, such as a tuple of functions, or a differential union, into a type that conforms to most. NET design specifications. Because of the types of standard F # and. NET development specifications, it is easy to archive and can be published as a commercial F # or. Net library, so libraries are easier to access from C # applications.
8.5 Eighth Chapter Summary