Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Path::IsDev::NegativeHeuristic::HomeDir - User home directories are not development roots

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"paths"
       Excludes any values returned by "File::HomeDir"

           uniq grep { defined and length }
             File::HomeDir->my_home,
             File::HomeDir->my_desktop,
             File::HomeDir->my_music,
             File::HomeDir->my_pictures,
             File::HomeDir->my_videos,
             File::HomeDir->my_data;

   "excludes"
       Excludes any path that matches a "realpath" of a "File::HomeDir" path

Name

       Path::IsDev::NegativeHeuristic::HomeDir - User home directories are not development roots

Version

       version 1.001003

See Also