That is really a great idea! --Marc Am 28.05.2015 um 17:08 schrieb Barton Chittenden:
I mentioned this in #koha a few weeks ago, but this seems like a perfect place to bring it up again:
http://devblog.nestoria.com/post/115930183873/tombstones-for-dead-code
Essentially, this is a method for adding executable markers near code that you want to remove. If you look for the results of the markers, and never find them, you know that the code has never been called, and is safe to remove (watch the video for discussion of a few subtle points)
--Barton
On Thu, May 28, 2015 at 10:35 AM, Tomas Cohen Arazi <tomascohen@gmail.com <mailto:tomascohen@gmail.com>> wrote:
We have dead code in lots of places. A cleanup is not a bad idea, but we should be careful with API changes because someone could be using it. I didn't spend time on looking at the code. We can add it to the agentda for the meeting.
(...)