It always remains a problem for me, as I havework within a team with several members and everyoneof developers. Everyone is making their changes in same class over the time.
Evenwithout carrying too much if the same functionalitything is already existsimplemented in the classcodebase. This leads to classes constantly growing and to severe duplication.
I want to somehow add lineitemsline items to class definitions from which a developer could judge what this class has.
If such kind of add-on already exists for Visual Studio, then please guide me towards it.
Would it help?
How to do it in Visual Studio?
If it wouldn't help, what would be the better alternative to encourage the developers to check if something exists before implementing it?