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

Refactoring_with_LightService.pdf

 Refactoring_with_LightService.pdf

Nestor G Pestelos Jr

July 18, 2013
Tweet

More Decks by Nestor G Pestelos Jr

Other Decks in Programming

Transcript

  1. • Old way: object graphs, fields, nouns • New way:

    pipelines, context, verbs • LS provides Actions and Organizers • Tests tl;dr
  2. Problem (Data Synchronization) 1. create web service clients 2. pull

    data from an API (A) 3. pull data from another API (B) 4. compare A and B then create/update/delete 5. do it again