←back to thread

197 points onnnon | 1 comments | | HN request time: 0.207s | source
Show context
Lio ◴[] No.44508113[source]
I loved David's book Sustainable Rails[1], it's one of the books on Rails I always recommend.

This is a really interesting take. I'd love see one of these small alternative frameworks full embrace Sorbet and use it for things like form validation. I guess that might defeat the gradual typing approach but it would definitely be interesting.

1. https://sustainable-rails.com/

replies(2): >>44509000 #>>44510389 #
1. FrancoisBosun ◴[] No.44510389[source]
Sorbet is nice, but for data structure enforcement and data validation, I much prefer the dry-rb ecosystem.