Is removing unused functionality a bad thing?
- by Andrew Grimm
Is it possible for YAGNI to apply in the past tense? You created some functionality, it was used a little bit a while ago, but you aren't using it any more, and you don't want to maintain it, so you'd rather delete it.
Is getting rid of unused or rarely-used functionality neccessarily a bad thing?
Background:
I use source control, so if I need…