I\'ve been writing Perl for several years now and it is my preferred language for text processing (many of the genetics/genomics problems I work on are easily reduced to text processing problems). Per
I just today stumbled upon the Code Metrics thing, after having used Visual Studio pra开发者_StackOverflow中文版ctically every day for... practically my whole life. I think it\'s been there since arou
I am working on a (vb.net/asp.net) project that is using interfaces to provide dependency injection. But to me, it feels like the maintainability of the code has been killed. When I want to read throu
开发者_如何学编程 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely
This is a neat well documented regular expression, easy to understand, maintain and modify. text = text.replace(/
I have a general Database Design question: When is it better to create a new Database instead of adding new Tables to an existing? The question is related to design/maintainability andalso performance
Should this be represented in the database as 1 table or 3 tables?I and my friend have different opinions about this so I\'d like to see the general views on this.(Maybe it should be a vote for either
I\'m writing two processes using C# and WCF for one and C++开发者_如何学JAVA and WWSAPI for the second.I want to be able to define the address being used for communication between the two in a single
This question about unit tests sparked another thing that\'s been bothering me. I\'ve gone back and forth on three ways to do unit tests when hitting a database.
In Windows Forms, C#, .NET 3.5, VS2008... What\'s a good way to isolate the code for a MenuStrip (or any complex control group), and it\'s child menu items, from the rest of my form?