Added style #6
This commit is contained in:
18
06-the-one/README.md
Normal file
18
06-the-one/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
Style #6
|
||||
==============================
|
||||
|
||||
Constraints:
|
||||
|
||||
- Existence of an abstraction to which all others can be converted. This
|
||||
main abstraction provides an interface to chain abstractions
|
||||
independent of the types of values that are consumed and produced by
|
||||
those abstractions
|
||||
|
||||
- Larger problem is solved as a pipeline of functions bound together
|
||||
by the single interface that chains them
|
||||
|
||||
Possible names:
|
||||
|
||||
- Monadic
|
||||
- The wrapper of all things
|
||||
- Imperative functional style
|
||||
Reference in New Issue
Block a user