How Visual Studio could help to avoid duplicating code?

Posted by MegaMind on Programmers See other posts from Programmers or by MegaMind
Published on 2012-11-02T05:46:44Z Indexed on 2012/11/02 17:30 UTC
Read the original article Hit count: 255

I work within a team of developers. Everyone is making their changes without carrying too much if the same thing is already implemented in the codebase. This leads to classes constantly growing and to severe duplication.

I want to add line items to class definitions from which a developer could judge what this class has.

  • 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?

© Programmers or respective owner

Related posts about refactoring

Related posts about Workflows