Pretty interesting article on why its important to delete code you don’t use. I never thought about it before reading this but now that I think about I don’t like deleting code either.
Even though I have subversion that I have started to use as a source control repository I still comment out code and leave it in there. Sometimes I do it because I am not sure the new code will work and then it jsut stays behind as “dropping’s” until I remove them (Which is not that often) I am not as bad as some of the examples depicted but I guess I have to improve on this…
Overall an interesting point of view.
Original Article: Ned Batchelder: Deleting code
– Suramya