I\'m using LinqToXSD to generate document models (code) based on a client\'s XSD\'s. Since these XSD\'s share common structure each time I generate a document model some objects get duplicated. To pre
In ASP.NET MVC application in controller class I have a method protected ActionResult VerifySanctions(string sanction)
I\'m currently writing a web application in HTML5/Javascript and PHP. Some employees of the company will need to use it to enter their work schedule. The application will calculate in real time (usin
I am trying to make an FAQ page on a site, with all the questions placed togeth开发者_运维百科er similar to a table of contents (e.g. like on Wikipedia). When you click on the question, it jumps you d
While on the search for ways to optimize the quality of my code, I eventually came across the concept of DRY (Don\'t repeat yourself). I try to follow this as best I can but sometimes I get into posit
The following two methods are used to wrap deserialization using Google Gson: public static <T> T Deserialize(String jsonData, Type t) {
I am writing a wizard to let users map strings to properties on an object. This is done by using some predefined rules that the user selects and supplies the arguments to. These collections of rules a
I am managing a group of three interns working on a php project. They seem to be not good at refactoring and are using duplicat开发者_开发百科e code in multiple places. I am looking for a tool which I
How do you avoid duplicating validation code on the server开发者_如何学Go-side and on the client-side with Django?
I am looking out for a software that identifies duplicate/redundant Javascript code. I found one such开发者_StackOverflow tool named CloneDR, but don\'t know how good it is .