Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Why Create Coding Standards and Perform Code Reviews?

by BrowserUk (Patriarch)
on Jul 04, 2009 at 03:23 UTC ( [id://777162]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    // -------------------------------------------------------------------
    +--------
    // Define the package we belong to
    ...
        }
        
    }
    
  2. or download this
    ...
            // See if we found the relative token
    ...
            // Could not find the requested token
            return -1;
    ...
    
  3. or download this
            // Search for the relative token
            int nIndex = findToken( strSearchString );
    ...
                    
                throw e;
            }
    
  4. or download this
        public String getToken( int nIndex ) throws ArrayIndexOutOfBoundsE
    +xception
        {
    ...
                    
                throw e;
    ...
    
  5. or download this
    public String getToken( int nIndex ) 
       throws ArrayIndexOutOfBoundsException e
    ...
        throw e( ... );
        ..
    }
    
  6. or download this
                ArrayIndexOutOfBoundsException 
                    m_AiOoBExIndexException = 
                        new ArrayIndexOutOfBoundsException = ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 03:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found