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

Making things simple - con.devdk 2015

Making things simple - con.devdk 2015

A talk about making things simple. Includes my unscientifical depiction of The Developer Curve and The Designer Curve.

Kasper Tidemann

May 22, 2015
Tweet

More Decks by Kasper Tidemann

Other Decks in Programming

Transcript

  1. m.route(document.body, '/', { '/': hello }); var hello = {

    view: function() { return m('p', 'Hey there!'); } };
  2. – I didn’t have time to write a short letter,

    so I wrote a long one instead. The famous quote by Blaise Pascal.