In The Brain of Michael Feathers - Functional Pipeline Design in Ruby

Organiser
Skills Matter
Date
Tue, 26 Feb 2013, 18:30 - 20:00 (Add to calendar) GMT
Venue
The Skills Matter eXChange , London, GB
Cost
Free

IMPORTANT - Skills Matter will be managing registrations - You must sign up here! - http://skillsmatter.com/podcast/home/functional-pipeline-design-in-ruby

We are extremely excited to announce we will be welcoming Michael C. Feathers to Skills Matter for an evening talk on February 26th on 'Functional Pipeline Design in Ruby'

Do you know how to design software? Of course you do. We all know how to organize our applications with classes and methods. Often we use frameworks that help us with the easy choices. But many people don't realize that there are other approaches to design. We can often organize computation as a functional pipeline: a series of steps that move us from our initial data to our solution. When you adopt the pipeline approach, you end up with composable pieces that are often easy to reuse in other contexts.

This session will consist of Ruby demos of the design approach, however the approach can be used in other languages. Attend if you have reading knowledge of Ruby and a desire to learn how to design software from a different perspective.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”