Readable Rails code

Journal entry
August 18, 2005

Man, I love how humanly readable Ruby on Rails code can be. I mean, I reckon even my mother could guess what this line of actual code does:

redirect_to login_url unless current_user.has_permission_to(MANAGE_USERS)
Categories
Selling out
Did you know?
Jakob is an independent web application developer who builds awesome stuff for the web. You can hire him to build awesome stuff for you.

Comments and Trackbacks

Martin August 19, 2005

Very nice indeed :)

Neo (Rasmus) August 20, 2005

Whoa...

grant September 18, 2005

jesus, I'm going to have to give ruby(if not rails) a look.

gaston September 26, 2005

yes, I have to agree that's absurdly readable : )

Commenting on this entry has been closed.