Chris talks about learning to learn. I have to say I totally agree. All through college that is what I kept telling myself, I'm only here to learn how to learn.
Anyway here is a little algorithm to answer "How to" questions according to Chris which I agree with.
public void Why() 
{    
  if(NotClear)
    Why(); 
}
If you think about it, this is human nature just remember when you were a child and asked Why, Why, Why...
Published Tuesday, July 01, 2003 7:49 PM by puzzlehacker

Comments

# re:

A Parent class would have a Why counter.

if (this._whyCount >= 10)
{
Child.Throttle();
}

From my forthcoming book "parenting in C#"

Wednesday, July 02, 2003 5:04 AM by Martinator

Leave a Comment

(required) 
(required) 
(optional)
(required)