How do you remove/clean-up code which is no longer used?
Posted
by clarke ching
on Stack Overflow
See other posts from Stack Overflow
or by clarke ching
Published on 2010-03-19T13:35:55Z
Indexed on
2010/03/19
13:51 UTC
Read the original article
Hit count: 161
projects-and-solutions
|best-practices
So, we have a project which had to be radically descoped in order to ship on time. It's got a lot of code left in it which is not actually used. I want to clean up the code, removing any dead-wood. I have the authority to do it and I can convince people that it's a commercially sensible thing to do. [I have a lot of automated unit tests, some automated acceptance tests and a team of testers who can manually regression test.]
My problem: I'm a manager and I don't know technically how to go about it.
Any help?
© Stack Overflow or respective owner