|
|
|
|
|
by mceachen
4902 days ago
|
|
TL;DR: Monolithic applications (in any technical stack, not just Rails) are bad. See also: http://en.wikipedia.org/wiki/Big_ball_of_mud Extricate focused concerns (like authentication or service discovery) so they can be well-tested, well-designed, and reused in new services. |
|