5 ms·
The basic design for Roda was taken from Cuba (it's a fork of Cuba), and I think if you read the Roda source, you wouldn't find it difficult to understand. The
by jeremyevans 12y ago
The basic design for Roda was taken from Cuba (it's a fork of Cuba), and I think if you read the Roda source, you wouldn't find it difficult to understand.
There are certainly parts of Sequel that are overly clever, I won't argue that. But compared to similar libraries, I don't think it's worse in that department.
- hamburglar 12y agoFull disclosure: it's been years and major revisions since I looked at Sequel code, so my criticism may well be outdated.
- im_dario 12y agoI knew it felt familiar to me :) My first public side project was built with Cuba. Indeed, I contributed i18n to cuba-contrib around 2011 [0] Nice to see new ideas around web frameworks. Kudos! [0] https://github.com/imdario/cuba-contrib/commits/master https://github.com/imdario/cuba-contrib/commits/master
- im_dario 12y agoFew days later... I did my own routing tree in Go https://github.com/imdario/medeina https://github.com/imdario/medeina Thanks for the inspiration!