|
4 |
edited tags
|
||
|
3 | Added stack traces to highlight the problem. | ||
|
The following two C# code snippets produce different results (assuming the variable level is used both before and after the recursive call). Why?
,
After reading some of the responses below I thought it would be worthwhile posting the stack traces for level++, ++level and level+1 to highlight how deceiving this problem is. I've simplified them for this post. The recursive call sequence starts with DoStuff(1). // level++
// ++level
// level+1
|
||||
|
2 |
edited tags
|
||
|
1 |
|
||
