I\'d like to know what people\'s best practices are for removing unused code. Personally I\'m a fan of deleting (not just commenting) anything that\'s not currently being used.
I usually let dead code idle for a while until its use has stabilized & I won't be using that functionality anymore. At that point, I remove it.