Do you guys by any chance know of a tool for visual studio that can scan the entire application and find code duplication?
I love Ruby, for past couple of years it is my language of choice. But even since I started learning it, I was repelled with the fact that so often there are several ways to do the same (or equivalen
Following join is supposed to retrieve user info along with their messages for users with a certain status:
Suppose I want to create a (stateless) WCF service with three methods exposed on an endpoint: performSqlOperationA(), performSqlOperationB(), and performSqlOperationC().Each method inserts data into a
So, in Python (though I think it can be applied to many languages), I find myself with something like this quite often:
An example for the sake of the question: I have a database which contains users, questions, and answers. Each user has a score which can be calculated using the data from the qu开发者_运维技巧estions
I just noticed I get a lot of redondant code from one class to another in my project (like menus or buttons) ;)
I am interfacing an embedded device with a camera module that returns a single jpeg compressed frame each time I trigger it.
The entities to be stored have 25+ properties (table columns). The entities are pretty diverse, meaning that, most of the columns are empty. On average, I\'d say, less than 20% (<5) properties have
I\'m profiling an app that has a boat load of functions in many files and I\'m trying to isolate funct开发者_如何学运维ions that don\'t get called ever.