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

The Rich, Flowers, and Piles of Sh%#t - And What To Do About It

The Rich, Flowers, and Piles of Sh%#t - And What To Do About It

tl;dr: the single responsibility pattern is a good idea.

A lightning talk discussion of the problem of preferential attachment in software development. Presented at the Boulder Ruby group.

shagemann

April 16, 2014
Tweet

More Decks by shagemann

Other Decks in Technology

Transcript

  1. …any of a class of processes in which some quantity,

    typically some form of wealth or credit, is distributed among a number of individuals or objects according to how much they already have, so that those who are already wealthy receive more than those who are not.
  2. LARGE RAILS CODEBASES • browsercms • calagator • canvas-lms •

    citizenry • diaspora • engine • fat_free_crm • fulcrum • loc_counts • onebody • opencongress • opengovernment • portlandcrime • railscollab • rubygems.org • skyline • snorby • spot-us • spree • teambox • tracks
  3. find app/models lib -iname "*.rb" -type f -exec wc -l

    {} \; | sort -r | awk '{print $1}'