Email is an appropriate medium for a surprisingly small subset of all communications. As a measure of reference, imagine the minimum amount of emails you could live with … then divide that by 2, please. Keep in mind: before emails, companies were in business and people were communicating.
The fact that email is not the magic [...]
Archive for June, 2008
Email Culture Must Die
Posted in development on June 19, 2008 | Leave a Comment »
My .autotest : Test Everything When Anything Changes
Posted in cli, development, ruby on June 13, 2008 | Leave a Comment »
I’ve been playing with autotestĀ for my latest Rails project, and it’s great.
However, if you’re doing a “Ruby without Rails” project and your directory structure is different from the established conventions, you’re out to reverse engineer autotest itself and find outdated recommendations on Google.
It doesn’t have to be this way, here’s my .autotest:
require ‘autotest/redgreen’
require ‘autotest/timestamp’
# [...]