Added lazy rivers style

This commit is contained in:
Crista Lopes
2013-10-16 21:25:43 -07:00
parent 25b681a275
commit 40637fdc9b
2 changed files with 62 additions and 0 deletions

14
28-lazy-rivers/README.md Normal file
View File

@@ -0,0 +1,14 @@
Style #28
==============================
Constraints:
- Data comes to functions in streams, rather than as a complete whole all at at once
- Functions are filters / transformers from one kind of data stream to another
Possible names:
- Lazy river
- Data streams
- Dataflow
- Data generators