 
      
    | You are here | chaosinmotion.com | ||
| | | | | www.softdevtube.com | |
| | | | | 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, | |
| | | | | ilya-sher.org | |
| | | | | Background Let's look at the following piece of code (in an abstract programming language) : if chairs { for chair in chairs { clean(chair) } } The Problem It's more code that we would like to have. What's holding us back? chairs can be null, which is not an array (aka list), therefore requiring the... | |
| | | | | blog.martinig.ch | |
| | | | | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to | |
| | | | | 77wolfhowls.wordpress.com | |
| | | Metal Detectors In Movie Theaters. | ||