Hanami 2.0
hanamirb.org
Hanami 2.0
1–10 of 50 posts
Re: Hanami 2.0
#2Re: Hanami 2.0
#3Looks really nice. Makes me wish I worked in Ruby, a little.
Re: Hanami 2.0
#4I love Rails but have used Sinatra and Padrino in the past. The knowledge you get using these frameworks can sometimes be brought back to your Rails apps to improve some things.
I hope I can have some time in the near future to use Hanami in a real world project.
Congratulations to the team.
Re: Hanami 2.0
#5Overall I think the focus with clean syntax/DSLs in Ruby projects with pervasive metaprogramming is one of the reasons the code is so hard to maintain.
Re: Hanami 2.0
#6It looks clean because the developers are also the people behind dry-rb. However, I made one production service in Hanami and never again. They put clean syntax above all else. This results in a TON of metaprogramming with very weird results. There were times when a variable name I was using in my code was conflicting with a method called in one of the many `instance_evals` to achieve such "dryness" I really do like…
Overall I think the focus with clean syntax/DSLs
in Ruby projects with pervasive metaprogramming
is one of the reasons the code is so hard to maintain.
I don't have any opinion on Hanami and don't want to bring any negativity to the Hanami 2.0 party. Congrats to the team on this release!However, in general, I wholeheartedly agree with your statement. Sometimes Ruby frameworks get way too cute with the metaprogramming.
Re: Hanami 2.0
#7It looks clean because the developers are also the people behind dry-rb. However, I made one production service in Hanami and never again. They put clean syntax above all else. This results in a TON of metaprogramming with very weird results. There were times when a variable name I was using in my code was conflicting with a method called in one of the many `instance_evals` to achieve such "dryness" I really do like…
Re: Hanami 2.0
#8Looks really nice. Makes me wish I worked in Ruby, a little.
Well you can if you want. There's a lot of Ruby projects that are looking for contributions.
Re: Hanami 2.0
#9Looks really nice. Makes me wish I worked in Ruby, a little.
Well you can if you want. There's a lot of Ruby projects that are looking for contributions.
Oh, yes, of course. But I am only willing to work for 6-7 hours a day, 5 days a week and my employer pays for them all. Working outside that... nah, no need.
Re: Hanami 2.0
#10Looks really nice. Makes me wish I worked in Ruby, a little.