Writing Cohesive Event Driven Code in Ruby
http://ashwinraghav.wordpress.com/2011/05/11/it-is-possible-to-write-cohesive-event-driven-code/Often I try my hand writing evented code with eventmachine and Node.js. I find that it becomes very difficult to take a top down approach to debug these programs. Here is what made my life a little better.