Question for you fine Delphi developers.
Question for you fine Delphi developers.
Anyone know of a tool that will scour a codebase of a project and seek out dead code that isn't called, or indeed can't be called?
Recommendations and any details appreciated.
Anyone know of a tool that will scour a codebase of a project and seek out dead code that isn't called, or indeed can't be called?
Recommendations and any details appreciated.
Kevin McCoy When a team inherits a massive code base that takes minutes to compile, cutting out unneeded code helps the build times and also helps avoid distractions when people are browsing through the code getting a handle on what's there and what it does.
ReplyDeleteIt's way too big and has a lot of inherited chaff that was for more general situations that this specific situation. We're only interested in one specific situation here.
Yannick Huberty I shall be sure to pull it down and double-check after Code healer has been assessed.
ReplyDeleteBrian Long Absolutely correct, I also want "clean" code and units, unneeded code "distracts" and makes you scrolling unnecessarely, even in my own code, not only in "heritage" code
ReplyDelete