|
|
|
|
|
by joelbluminator
2106 days ago
|
|
"Combine that with Ruby's horrible preference for metaprogramming and you get unmanageable code":
Is it impossible to write maintainable code in Ruby or is it just teams of people with varying skill levels working under pressure and hard deadlines?
Do you think the average Rails app is less maintainable than the average Node / PHP or even Java app? I'm not so sure. |
|
Ruby is a language where projects can suddenly bloom with hyper-complexity if you're not careful. You really have to strictly adhere to a style guide and have seniors who can catch the violations automated checkers like Rubocop can't.