Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Suggestions for working with poor code

by knobunc (Pilgrim)
on May 10, 2001 at 18:19 UTC ( [id://79410]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($whatever) {
        # TODO - Finish code to take over the world
    }
    
  2. or download this
    To Do List
    Dir/file.pl 132: Finish code to take over the world
    
  3. or download this
    #/bin/sh
    
    echo 'To Do List'
    find . -type f | xargs grep -n TODO | perl -ne '($file, $line, $rest) 
    += split /:/, $_, 3; $file =~ s|^./||; $rest =~ s|.*?TODO.*?[-\s:]+||;
    + $rest =~ s|"[.;,]\s*$||; $rest =~ s|\\n||g; print "$file $line: \u$r
    +est\n"' | sort | uniq | grep -v '.#' | grep -v Makefile | grep -v CVS
    +/
    
  4. or download this
    todo:
            Tools/todo.sh
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://79410]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-29 01:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found