darutoko has asked for the wisdom of the Perl Monks concerning the following question:

Is there is a solid fresh well written Catalyst app some where which source I can examine to see how to do it right?

Replies are listed 'Best First'.
Re: Catalyst app example
by Corion (Patriarch) on Aug 04, 2012 at 09:28 UTC
      Yes, I've done the whole Tutorial but it covers only basic things and doesn't shows how to do many other things.
Re: Catalyst app example
by Anonymous Monk on Aug 04, 2012 at 09:29 UTC
      Thank you, I'll look at it.
Re: Catalyst app example
by Anonymous Monk on Aug 05, 2012 at 02:22 UTC
    I suggest that the quest for "doing it right" really does not have that much to do with "Catalyst." It's just a framework ... a very well thought-out framework. Look carefully at this framework as illustrated by its examples, then look thoroughly and completely at what you intend to do, and then try your best to express what you intend to do in terms of this framework. If your overall design is solid, then this framework may well prove to be an advantageous way to express that solid design. But if it not, then no framework at all can turn a sow's ear into a silk purse.
    A reply falls below the community's threshold of quality. You may see it by logging in.