Hacker News new | ask | show | jobs
by rbanffy 5115 days ago
You do, of course, understand that when a Ruby project gets large, it's still about 10% the size of a similarity functional Java project, right?

I don't like all the magic involved in Ruby for web (in particular Rails), but it's much more concise than Java.

1 comments

That doesn't mean that Ruby is so compact that it's impossible to get a large code base in it. When Ruby projects get large making changes to the code is both painful and scary (I would know since I've had to do just that).
Is your codebase well covered by tests? Do they still run after the change? Did you write tests for the change you just made (preferably before the change)? If you answered yes to all these questions, fear not. You are every bit as covered than you'd be with a Java codebase and you probably have the afternoon for code review.