Renumbered a bunch of styles again to make room for one more.

This commit is contained in:
Crista Lopes
2013-11-28 11:30:25 -08:00
parent 2f9bc1c53d
commit ebd303ac30
18 changed files with 0 additions and 0 deletions

14
27-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 rivers
- Data streams
- Dataflow
- Data generators