http://qs321.pair.com?node_id=626315


in reply to Re: When to use ORMs, Catalyst, etc
in thread When to use ORMs, Catalyst, etc

A very good response, and it did in fact open my eyes that little bit more. :o)

Although I do keep thinking that if I walked into a job I'd wanna be hands on with what it's all doing behind the scenes, maybe it's the geek in me.

I'd also want others coming in to the production team in a few years time to have that same exposure. Not just doing a bit of code in the middle that doesn't expose them to the raw elements.

At this rate we'd all end up as VB developers simply doing a bit of point-and-click to earn a wage.

Replies are listed 'Best First'.
Re^3: When to use ORMs, Catalyst, etc
by jZed (Prior) on Jul 12, 2007 at 21:25 UTC
    for ( qw( HTMLparser Templater ORM Framework) ){ # reinvent as a rite of passage if you must # but, shudder, don't use that in production }
    update : fixed spelling error (and, as a cultural anthropologist, you would have thought I would have known the difference between "right" and "rite" without rhesa's help)
      for my $widely_available_tool ( qw( HTMLparser Templater ORM Framework + ) ) { if ( $you->need("something to do", "learning experience") and $you->promise( "I won't use this in production") ) { $you->reinvent( $widely_available_tool ); } else { $you->search_cpan_for( $widely_available_tool ); } }