Hacker News new | ask | show | jobs
by lazarus101 3679 days ago
>what problem does it solve?

it's not rails.

2 comments

My (limited)experience is that when a rails app gets too big, it becomes hard to manage. That was my case, anyway. The architecture of hanami promotes longterm developer sanity. The fact that views are objects and the existence of interactors is a real plus. See this old Uncle Bob video re interactors: https://www.youtube.com/watch?v=WpkDN78P884
Also, well designed (no hard to maintain monkey patch mess behind a simple interface)