Created
February 25, 2012 09:14
-
-
Save wycats/1907466 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Code/ember.js ‹ruby-1.9.3› ‹master*› $ bundle && echo "fuck you giles" | |
Using rake (0.9.2.2) | |
Using confparser (0.0.2.1) | |
Using multi_json (1.0.4) | |
Using execjs (1.2.13) | |
Using libxml-ruby (2.2.2) | |
Using faster_xml_simple (0.5.0) | |
Using httpclient (2.2.4) | |
Using json (1.6.5) | |
Using nokogiri (1.5.0) | |
Using net-github-upload (0.0.8) | |
Using github-upload (0.0.2) | |
Using rack (1.4.1) | |
Using thor (0.14.6) | |
Using rake-pipeline (0.6.0) from https://github.com/livingsocial/rake-pipeline.git (at master) | |
Using rake-pipeline-web-filters (0.6.0) from https://github.com/wycats/rake-pipeline-web-filters.git (at master) | |
Using sproutcore (0.0.1) from https://github.com/wycats/abbot-from-scratch.git (at master) | |
Using uglifier (1.0.4) | |
Using bundler (1.1.rc.7) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
fuck you giles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For what it's worth, if you interpret DRY as some holy quest to never type the same thing twice, you're going to have a bad time.
DRY is about not having the same behavior in multiple places. It's about segregating concerns of a system into separate parts, not saving keystrokes. Those are just helpful, and a byproduct of actually being DRY. Pushing that is like pushing code to test ratios, they're nifty and sometimes good, but they're a byproduct of good testing. Anything more is merely mental masturbation.