Some methods that I try to use now and then :

1. Documentation.
2. New member orientation
3. Having utility classes and methods that are properly named so that
the developer would be likely to check that particular class rather
than reinventing the wheel.

On Sep 10, 11:24 pm, PyroCode <[EMAIL PROTECTED]> wrote:
> Hey everyone i had a Generic (not .net Generics :P) question about
> software development
>
> Lately i have been involved with numerous projects that are huge in
> size, and one common problem i am starting to  see is that, when
> projects do get big, developers sometimes write methods or classes
> that are doing the same thing, for examples you may see a method
> called
>
> IsValidEmail(string email); in StringHelper class and a Security class
> for example ( not actual case, just used as an example)
>
> in projects that are huge in size and in environments that you are
> constantly brining and removing developers how do you prevent
> duplicated functions and methods in the project's code ?
>
> Thanks in advance
>
> -Amir
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to