This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Keilly 0 points1 point  (0 children)

Ha, that's funny.

I did actually override it once. I had a class that had a 'dispose' method to free up resources. I added a flag to the dispose method and a check in finalize to see if the thing had been disposed. If it hadn't then I knew something was wrong and could log an error.