You are here |
thepugautomatic.com | ||
| | | |
dejimata.com
|
|
| | | | Tokyo-based developer chronicling life in words and code. | |
| | | |
blog.jayfields.com
|
|
| | | | You have methods you want to handle dynamically without the pain of debugging method_missing. class Decorator def initialize ( subject )... | |
| | | |
blog.jayfields.com
|
|
| | | | 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
|
|
| | 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, |