Create an Account
username: password:
 
  MemeStreams Logo

MemeStreams Discussion

search


This page contains all of the posts and discussion on MemeStreams referencing the following web page: Code Comments. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.

Code Comments
by Acidus at 4:55 pm EST, Mar 3, 2008

DOMTree.cs Line 84:

/// <summary>
/// recursive helper
/// </summary>
/// <param name="curr">curr DOM tree node</param>
/// <param name="token">Reflection Token</param>
/// <param name="locs">list of current reflections</param>
private void FindTokens(XmlNode curr, string token, ref List<ReflectedLocation> locs, string origParamVal) {

    ...

    if(i <= 0 ) 
    {
        //HANDLE CRAP HERE, which I should do, but I don't.
        //This is bad. Billy is a slacker.
    }

    ...

}

 
 
Powered By Industrial Memetics