shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

245
active users

#perlcritic

0 posts0 participants0 posts today
Mark Gardner<p><span class="h-card" translate="no"><a href="https://mastodon.social/@Pyrrhlin" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Pyrrhlin</span></a></span> I like to see the test first when reading from left to right.</p><p>Per <a href="https://social.sdf.org/tags/perlcritic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>perlcritic</span></a> I reserve postfix controls for program flow control functions like return, last, next, etc. <a href="https://metacpan.org/pod/Perl::Critic::Policy::ControlStructures::ProhibitPostfixControls" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">metacpan.org/pod/Perl::Critic:</span><span class="invisible">:Policy::ControlStructures::ProhibitPostfixControls</span></a></p>
Mark Gardner<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@tripleo" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>tripleo</span></a></span> <a href="https://social.sdf.org/tags/Perl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Perl</span></a>’s “sharp edges” are mainly early syntax and features that later experience with large and networked <a href="https://social.sdf.org/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> found dangerous, but are preserved for backward (and we do mean “backward”) compatibility.</p><p>See the details of the `strict` and `warnings` pragmas, and successively missing items in `feature` bundles:</p><p>• <a href="https://perldoc.perl.org/strict" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">perldoc.perl.org/strict</span><span class="invisible"></span></a><br>• <a href="https://perldoc.perl.org/warnings" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">perldoc.perl.org/warnings</span><span class="invisible"></span></a><br>• <a href="https://perldoc.perl.org/feature#FEATURE-BUNDLES" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">perldoc.perl.org/feature#FEATU</span><span class="invisible">RE-BUNDLES</span></a></p><p>And the summary of policies included in <a href="https://social.sdf.org/tags/PerlCritic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PerlCritic</span></a>: <a href="https://MetaCPAN.org/pod/Perl::Critic::PolicySummary" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">MetaCPAN.org/pod/Perl::Critic:</span><span class="invisible">:PolicySummary</span></a></p>