A
agent_008_nl
Guest
https://martinfowler.com/articles/refactoring-pipelines.html "A common task in programming is processing a list of objects. Most programmers naturally do this with a loop, as it's one of the basic control structures we learn with our very first programs. But loops aren't the only way to represent list processing, and in recent years more people are making use of another approach, which I call the collection pipeline . This style is often considered to be part of functional programming, but I used it heavily in Smalltalk. As OO languages support lambdas and libraries that make first class functions easier to program with, then collection pipelines become an appealing choice." Wouldn't it be nice to have these collection pipelines in oe?
Continue reading...
Continue reading...