View Rahoul Baruah's profile on LinkedIn Basecamp project management and collaboration

The blog of Rahoul Baruah from 3hv Ltd

What's going on?

My name is Rahoul Baruah (aka Baz) and I'm a software developer in Leeds (England).

This is a log of things I've discovered while writing software in Ruby on Rails. In other words, geek stuff.

However, I've decided to put this blog on ice - I would ask you to check out my business blog here (or subscribe here).

20 April, 2007

Rails 1 - 0 Smalltalk

One thing has struck me over my recent Rails-beautification tangent.

My fictional resource-routes example:


map.resources_called(:course_templates,
:adding => [
GetMethod.called(:build_courses, :on => :members),
PostMethod.called(:do_build_courses, :on => :members)
],
:nesting => map.resources_called(:course_details)
)


looks better than the fictional Smalltalk example.

Likewise my (real) Markaby view example looks better than the (real) Seaside/Smalltalk example.

Things are not so bad in the world of Rails ...

No comments:

eXTReMe Tracker