Tagged Questions

1
vote
2answers
170 views

Tools for refactoring?

I use netbeans on my work and find that some things are hard to do refactoring. What tools do you recommend for me?
0
votes
2answers
233 views

How to refactor this Ruby (controller) code?

This is the code in my reports controller, it just looks so bad, can anyone give me some suggestions on how to tidy it up? # app\controller\reports_controller.rb @report_lines = [] @sum_wp, ...