/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.cleancoder.com
| | blog.ploeh.dk
2.1 parsecs away

Travel
| | The expanded universe.
| | blog.jakubholy.net
2.1 parsecs away

Travel
| | THIS IS ONLY A DRAFTContent: Craft | Why lean? | Code quality
| | xdg.me
1.8 parsecs away

Travel
| | Curated books and articles to make you a better coder.
| | www.softdevtube.com
14.8 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,