Archive

Posts Tagged ‘stupid’

Linq To Stupid

February 4, 2010 2 comments

This is perhaps the oddest idea I’ve had for a while.

In functional programming, we write functions that return values, and have no side effects. But often it is useful to consider a series of operations that work as a pipeline and “pass forward” their results to some object. Each operation therefore has no return value in the usual sense. It has to have a side-effect on something, or there would be no point in it executing.
Read more…

Categories: Uncategorized Tags: , ,