generated at
transformation-oriented programming
小さいpipesを組み合わせて、大きいpipelineを作る
pipleineはstatelessだし、副作用もない
個々のpipeはテストしやすいし、独立して理解しやすい
Unixのpipeでchainしたやつと同じ感じだなmrsekut





類似


参考