Hacker News new | ask | show | jobs
by hiyer 1512 days ago
A Go monolith would be just as hard to maintain as an RoR monolith. This is not a shortcoming of the framework.
1 comments

Nope, Go is more opinionated and was designed to work on large teams and codebases with junior engineers. It enforces best practices where Ruby just lets you shoot yourself in the foot
Ruby may not be opinionated but Rails is - convention over configuration is a core philosophy. It's one of the reasons it's so easy to get started with.