Upgrade to Pro — share decks privately, control downloads, hide ads and more …

applying the transformation priority premise

applying the transformation priority premise

Slides for the talk I gave at the Software Craftsmanship Barcelona 2013 about the Transformation Priority Premises.

The code can be found here: https://gist.github.com/msanroman/7022329

Mike San Román

September 28, 2013
Tweet

Other Decks in Programming

Transcript

  1. {} › nil nil › constant constant › constant+ constant

    › scalar statement › statements unconditional › if scalar › array array › container statement › tail-recursion if › while statement › recursion expression › function variable › assignment case
  2. Roman Numerals Write a converter from arabic numbers to Roman

    Numerals, eg: 1 › I 10 › X 7 › VII