|
|
|
|
|
by oftenwrong
2583 days ago
|
|
Rails is ideal for the "Get Shit Done" approach to development. However, Ruby's type system does not provide many assurances, making mature codebases harder to maintain, refactor, and extend (as compared to codebases in, say, well-written Java). I am surprised this was not listed as one of the criticisms. Sorbet, a type checker for Ruby, stands to make this criticism less valid: https://sorbet.org/ |
|
I almost never face type related issues, and when they occur they are the easiest to catch.