Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: Understanding Catalyst

by QuillMeantTen (Friar)
on Oct 05, 2015 at 06:31 UTC ( [id://1143784]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Understanding Catalyst
in thread Understanding Catalyst

In your example, shouldn't the sub d10 live in another file than the Controller/(Root|whatever).pm?

Replies are listed 'Best First'.
Re^6: Understanding Catalyst
by Your Mother (Archbishop) on Oct 05, 2015 at 11:32 UTC

    Yes. It would either be in MyApp::Model::Dice or *much* better in a Games::Dice module that has nothing to do with MyApp and is used via model glue like Catalyst::Model::Adaptor.

    I am trying to write a reply to your original post but it’s pretty long and I might not get it done.

      via model glue like Catalyst::Model::Adaptor.

      I don't understand why that would be necessary ... it seems gratuitous

        It beats the crap out of 100 undecorated function calls and use|require statements sprinked all over the place and even embedded in the templates with contorted logic to surface instead of just being in [% c.model("WhatWhat").call %] and then something impossible to repurpose, let alone trivially change, with a simple back end swap. c.uri_for() might seem gratuitous too if you’ve never grown an app that needed testing, flexible deployment, or midstream changes that could otherwise be trivial. :P

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1143784]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2026-01-18 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (122 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.