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

A Recipe for Modern Mobile Front-end Development

Yuya Saito
November 30, 2013

A Recipe for Modern Mobile Front-end Development

HTML5 Conference 2013 @ 2013.11.30
Follow up: http://d.pr/WvTf

Yuya Saito

November 30, 2013
Tweet

More Decks by Yuya Saito

Other Decks in Programming

Transcript

  1. ?

  2. Code is read much more often than it is written,

    so plan accordingly. - Raymond Chen ❞
  3. CSS

  4. Basically, a CSS “object” is a repeating visual pattern, which

    can be abstracted into an independent snippet of HTML, CSS, and possibly JavaScript. Once created, an object can then be reused throughout a site. - Nicole Sullivan ❞
  5. We used BEM principles to create a set of front-end

    development techniques and tools, that allow us to build websites quickly and maintain them over a long time. ❞
  6. MV*

  7. To me, performance is a feature [...] I think there's

    also a lesson to be learned here about the competitive landscape of the public internet, where there are two kinds of websites: the quick and the dead. ❞ - Jeff Atwood
  8. There are risks and costs to a program of action,

    but they are far less than the long-range risks and costs of comfortable inaction. ❞ - John. F Kennedy