Looking forward to 2009

Third in the lists series.

Here are the tech things I’m looking forward to in 2009 (most related to Web development):

        <span id="more-877"></span>

        <hr/>

†That is, I want to be able to run my application from the command line…

/home/webapps/myblog $ ./myblog.rb start

…or write a program that incorporates it…

#!/usr/bin/env ruby
require 'myblog'
if __FILE__ == $0
  MyBlog::Controllers::Posts.do_stuff
end

…in the way of normal Ruby applications.


About this entry