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...

1 Comment

  • A Parent class would have a Why counter.





    if (this._whyCount >= 10)


    {


    Child.Throttle();


    }





    From my forthcoming book "parenting in C#"


Comments have been disabled for this content.