- churn script:
git log --name-only | grep *.rb | sort | uniq -c | sort -nr | head
- Bread recipe for Jeff: http://www.youtube.com/watch?v=13Ah9ES2yTU
- Conway's law - Sarah Mei's RubyConf 2012 keynote http://www.confreaks.com/videos/1304-rubyconf2012-the-insufficiency-of-good-design
- Make smaller things (it's hard to err in the direction of too small, and you can always merge things together). Fred George, microarchitecture http://www.youtube.com/watch?v=HuIwpG6fG2E
- http://www.confreaks.com/videos/1110-gogaruco2012-linguistic-potluck-crowdsourcing-localization-in-rails
- http://2012.arrrrcamp.be/videos/ryan-stenhouse/cultured-localisation-or-how-not-to-offend-1-billion-people
- https://github.com/bploetz/versionist
- http://bit.ly/cbsurvey1
- http://bit.ly/cbsurvey1_res
- http://bit.ly/cbsurvey2
- http://bit.ly/cbsurvey2_res
- http://bit.ly/cbsurvey3
- http://bit.ly/cbsurvey3_res
- http://bit.ly/cbsurvey4
- http://bit.ly/cbsurvey4_res
- http://bit.ly/sandi_metz_solid
- http://bit.ly/sandi_metz_less_path_to_better_design
- http://bit.ly/sandi_metz_make_a_mess
- http://bit.ly/matt_wynne_hexagonal_rails
- http://bit.ly/neal_ford_rampant_emergence
- http://bit.ly/sandi_metz_magic_tricks_of_testing
- http://bit.ly/gregory_moeck_why_you_dont_get_mocks
- http://bit.ly/justin_searls_budgeting_reality
- http://bit.ly/justin_searls_to_mock_or_not
- http://bit.ly/michael_feathers_testing_revisited
- http://bit.ly/freeman_pryce_mock_roles_talk
- http://bit.ly/chris_hunt_soa_at_square
- http://bit.ly/ben_smith_how_i_architected_my_big_rails_app
- http://bit.ly/wilkinson_zacharakis_soa_without_tears_lumosity
- http://bit.ly/pignata_asynch_SOA_design
- http://poodr.com
- http://bit.ly/domain_driven_design_quickly
- http://bit.ly/stephane_ducasse_selected_heuristics
- http://bit.lyhttp://c2.com/cgi/wiki?WelcomeVisitors
- http://bit.ly/gang_of_four_design_patterns
- http://bit.ly/head_first_OOA_and_D
- http://bit.ly/freeman_pryce_goos
- http://bit.ly/gerard_meszaros_xunit_test_patterns
- http://martinfowler.com/articles/mocksArentStubs.html
- http://bit.ly//jay_fields_refactoring
- http://bit.ly//martin_fowler_refactoring
- http://bit.ly//michael_feathers_working_effectively_with_legacy_code
- http://bit.ly//bryan_hemlkamp_7_patterns_to_refactor_ar_models
- http://bit.ly/sourcemaking_refactoring
- http://bit.ly/freeman_pryce_mock_roles_paper
- http://bit.ly/joshua_Kerievsky_refactoring_to_patterns
- SOLID
- Code Smells
- Code Smells with associated refactorings
- AntiPatterns
Thanks for the bread recipe!