Search And Destroy

Look out honey, ’cause I’m using technology!

Archive for the ‘Ruby’ Category

On Why I Hate Regular Code Generation, Yet Put Up With It In Ruby On Rails

Posted by kilfour on November 30, 2010

The short answer : ‘It has never gotten in my way in Ruby On Rails.’

A longer answer would need to describe the difference in intent.

In most code generation frameworks I’ve seen so far, the framework takes an ‘I know this stuff much better than you’ attitude, and aggressively interferes with the code you’ve allready written.
The intent here is to shield the code from the dev’s stupidity.

In Rails the code generation is there in order to get you started, it actually explains a lot of the conventions being used, and it encourages you to not use it too much.
The intent here is to help the dev.

I prefer tools that don’t treat me like an idiot.

Posted in Rants, Ruby | Leave a Comment »

On Ruby, First Impressions

Posted by kilfour on November 23, 2010

I have been interested in Ruby for a while now.
The main reason I had never given it a try is : there’s only twenty-four hours in a day.

Sometime last week I installed ruby on my Windows 7 machine and started playing around.

Today I bought a macbook for the first time in my life, mainly because I wanted to program in ruby without any friction.

No other language has ever made me buy a machine.

Posted in Rants, Ruby | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.