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

Sharing, modules, and Unix

Sharing, modules, and Unix

The story of our development culture.

Avatar for Bartek Ciszkowski

Bartek Ciszkowski

March 12, 2014
Tweet

More Decks by Bartek Ciszkowski

Other Decks in Technology

Transcript

  1. We wanted.. • To have transparency • Be contributors to

    the open source community • Build and use pluggable modules
  2. • Exposed a simple HTTP interface for systems to interact

    • It does its sole job, and does it well • Other systems don’t care about its implementation
  3. Write programs that do one thing and do it well.

    Write programs to work together.
  4. Still learning • Sharing developers across teams. • Better documentation

    standards when we open source. Versioning, i18n • Silos still exist. Tough as meteorite
  5. • Write applications that are simple and clear • Allow

    for any developer to easily jump in • Focused documentation • Accessible tests