|
|
|
|
|
by Dangeranger
3030 days ago
|
|
You may enjoy using Contracts and the Dry-rb suite. It makes ruby behave in a more functional way without sacrificing the extreme flexibility that is inherit in the language. There was a good blog post about this from Thomas Reynolds the developer of Middleman a little while ago[0] [0] https://awardwinningfjords.com/2015/03/03/my-weird-ruby.html |
|
I agree with parent, ruby is a pain to work in, especially if you’ve drunk the FP koolaid. I’m back doing rails again after a while doing react front end stuff and a bunch of own time elixir. Ruby needs to allow more functional programming imo.