Comment by lemming

10 years ago

A friend sent me this article on IM, and I read it when I needed a break. I needed a break because the method I want to call is private, and deprecated, and the suggested substitute in the deprecation comment doesn't exist. If I go ahead and call it via reflection, the implementation is commented out with a TODO comment.

Sigh.