Do ruby on rails programmers refactor?

Posted by JoaoHornburg on Stack Overflow See other posts from Stack Overflow or by JoaoHornburg
Published on 2010-12-25T00:08:22Z Indexed on 2010/12/25 6:53 UTC
Read the original article Hit count: 393

Filed under:
|
|

I'm a Java programmer who started programming Ruby on Rails one year ago. I like the language, rails itself and the principles behind them. But something that bothers me is that Ruby programmers don't seem to refactor.

I noticed that there is a big lack of tools for refactoring in Ruby / Rails. Some IDE's, like Aptana and RubyMine seem to offer some very basic refactoring, but nothing really big compared to Eclipse's Java refactorings.

Then there is another fact: most railers (even the pros) prefer some lightweight editors, like VIM or TextMate, instead of IDEs. Well, with these tools you just get zero refactoring (only regex with find/replace).

This leaves me this impression that rails programmers don't refactor. It might be just a false impression, of course, but I would like to hear the opinion of people who work professionally with ruby on rails.

Do you refactor? If you do, how do you do it,with which tools? If not, why not?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby