The Stack Is An Implementation Detail 17 years ago
An interesting point, but using the stack is not always transparent. You can ignore how it works for the most part, but eventually you're going to notice differences in performance or get a stack overflow exception.