|
|
|
|
|
by waplot
1507 days ago
|
|
Monolith vs microservices is not the problem. It's architecture and code design in most cases. When i hear "Rails monolith is a disaster" what it usually boils down to 8 out of 10 times is people putting their business logic inside models or controllers, when really it should live in its own set of classes, usually called services or service objects. Here's a guide
https://codeclimate.com/blog/7-ways-to-decompose-fat-activer... |
|