chik
10 years agoOccasional Contributor
It is good programming practice to not create an endless recursive calls. There is no need to check this. You will have a limited stack spaces by the way.
It is good programming practice to not create an endless recursive calls. There is no need to check this. You will have a limited stack spaces by the way.