|
|
|
|
|
by pka
2928 days ago
|
|
From experience. I've worked on 5+ years old Ruby projects having around 100KLOC (including tests), and adding a timestamp to an internal API that affects several other internal microservices (something that shouldn't take more than 15mins) takes a week of code reviews and writing tests. As I said, I don't claim it's impossible to make Rails maintainable. Instacart is apparently a good example of how to do that. |
|
how much of your statement is driven by that one example? that seems like a broken process or a poorly designed system (orthogonal to rails) than anything else...