Conversation
|
Same comment as in #2199 , I'd rather only fixing actual bugs in this code... I think it's wasted time, but... |
|
S
ans same response. Either delete it or maintain it. There is no third option. |
|
I also think that removing unused codes is helpful. When I'm considering to make a change, I sometime do a search for some keywords in a large code base for having a sense of whether it is used a lot. Dead codes or commented-out codes create false positives which make the analysis more tedious. Related to above comment but not directly related to this PR, reducing the visibility (i.e. not |
I do agree. Though I would rather focus on trying to kill the (not completely dead yet) code asap, rather than spending too much effort on it. |
Mostly in tests