logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Perl::Critic::Policy::ControlStructures::ProhibitYadaOperator - Never use "..." in production code.

Affiliation

       This Policy is part of the core Perl::Critic distribution.

Author

       Alan Berndt <alan@eatabrick.org>

Configuration

       This Policy is not configurable except for the standard options.

Description

       The yada operator "..." is not something you'd want in production code because it will throw an exception
       when executed.  However, it is perfectly useful in less critical environments as a placeholder for code
       not yet implemented.

Name

       Perl::Critic::Policy::ControlStructures::ProhibitYadaOperator - Never use "..." in production code.

See Also