<div dir="ltr"><div><div>A style guide (mostly for plugins). I'm a big fan of <a href="https://github.com/johnpapa/angularjs-styleguide">johnpapa's AngularJS style guide</a>.<br><br></div>I think it would benefit mostly plugins development. If you take a look at 3 major plugins source: <a href="https://metacpan.org/source/AMBS/Dancer2-Plugin-Database-2.10/lib/Dancer2/Plugin/Database.pm">Database</a>, <a href="https://metacpan.org/source/YANICK/Dancer2-Plugin-REST-0.24/lib/Dancer2/Plugin/REST.pm">REST</a> and <a href="https://metacpan.org/source/IRONCAMEL/Dancer2-Plugin-DBIC-0.0006/lib/Dancer2/Plugin/DBIC.pm">DBIC</a>.<br></div><div>3 different ways to register keywords ( sub anonymous vs ref ). Different version and abstract declarations. die vs croak. Show keyword declarations at top or bottom?<br><br></div><div>Maybe a style guide on how to decouple business logic from dancer routes (file splitting, modules for business).<br></div><div></div><div><br></div>But I understand that style guide's are highly opinionated and may not suit every team or project. But a general one would be better than nothing in my opinion. Or maybe a style guide has nothing to do with Dancer2 core...<br><div><div><div><div><div><br><br></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 11, 2014 at 1:28 PM, Gabor Szabo <span dir="ltr"><<a href="mailto:gabor@szabgab.com" target="_blank">gabor@szabgab.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Can multiple Dancer2 applications launched in the same Starman already? If not, then that would be an important one. IMHO.<span class="HOEnZb"><font color="#888888"><div><br></div><div>Gabor<br><div class="gmail_extra"><br>
</div></div></font></span></div>
<br>_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
<br></blockquote></div><br></div>