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