Feeds:
Posts
Comments

Archive for June, 2008

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 [...]

Read Full Post »

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’
# [...]

Read Full Post »