The bad thing about Rails is that by default it suggests using own messy design patterns like fat…
15.09.2019
Reading time: 1 min.
The bad thing about Rails is that by default it suggests using own messy design patterns like fat models. I mean all these callbacks in AR, observers and everything that is good for a simple blog but fails for a big application.
You have to use a very little part of Rails to apply DDD concepts.