|
|
|
Web Frameworks (An Ah-ha Moment)
|
|
1 points
by alnewkirk
5627 days ago
|
|
Just had an ah-ha moment building a user interface for a new SaaS product written in Perl. Catalyst is cool, Mojolicious is awesome, but Dancer is sweet. Anyway ... why am I creating redundant views, forms, etc for basic crud operations ... AH-HA, so that why developers prefer CakePHP, Ruby-on-Rails and the like (non-Perl) frameworks. Convention of Configuration, now get the F$#% outta my way framework. |
|