|
|
|
|
|
by RangerScience
547 days ago
|
|
The Rails apps I’ve worked with where there was an ORM mess (which yeah… is all of them) it’s extremely clear that the mess is the normal “too fast” software development mess. Sure, it’s worse because it’s the ORM (and/or sharp knives), but it’s also always been the case that I can clean it up with better use of Actuve Record. Also, I’ve worked with some pretty gnarly pure-SQL systems that had essentially the same kinds of problems. It’s all just variations on “saving hours of planning with months of work” kind of things. |
|