Massive renaming!

This commit is contained in:
Crista Lopes
2019-08-12 14:38:16 -07:00
parent e6c1238a56
commit 61d5f74ad9
90 changed files with 0 additions and 0 deletions

15
09-kick-forward/README.md Normal file
View File

@@ -0,0 +1,15 @@
Style #8
==============================
Variation of the candy factory style, with the following additional constraints:
- Each function takes an additional parameter, usually the last, which is another function
- That function parameter is applied at the end of the current function
- That function parameter is given as input what would be the output of the current function
- Larger problem is solved as a pipeline of functions, but where the next function to be applied is given as parameter to the current function
Possible names:
- Kick your teammate forward!
- Continuation-passing style
- Crochet loop