Explore >> Select a destination


You are here

thepugautomatic.com
| | dejimata.com
10.8 parsecs away

Travel
| | Tokyo-based developer chronicling life in words and code.
| | blog.jayfields.com
20.4 parsecs away

Travel
| | You have methods you want to handle dynamically without the pain of debugging method_missing. class Decorator def initialize ( subject )...
| | blog.jayfields.com
18.2 parsecs away

Travel
| | In the DSL focused system I'm currently working on we provide what I previously detailed as level 2 syntax checking. The DSL that we've de...
| | www.softdevtube.com
84.2 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,