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

Let's shake some trees

Let's shake some trees

Hear about how we are using recast with Ember CLI at British Gas to only provide our web applications with the ember data models they need from a shared addon that contains all our models. You will also learn about abstract syntax trees and how Ember’s commitment to backward compatibility has influenced the way we introduce changes to our private shared addons.

Deepan Aiyasamy

January 12, 2017
Tweet

Other Decks in Technology

Transcript

  1. We need to shake trees! “I’ll find out what you

    need” “You tell me what you need”
  2. Abstract Syntax Trees “In computer science, an abstract syntax tree

    (AST), or just syntax tree, is a tree representation of the abstract syntactic structure of source code written in a programming language.” Demo