redundancy
asp.net c# scan application for code duplication - utility
Do you guys by any chance know of a tool for visual studio that can scan the entire application and find code duplication?[详细]
2023-01-08 11:41 分类:问答Why Ruby has so many redundancies?
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[详细]
2023-01-08 00:35 分类:问答How do I avoid redundant data fields in the result set when using JOINs?
Following join is supposed to retrieve user info along with their messages for users with a certain status:[详细]
2023-01-05 22:09 分类:问答What is a good practice for handling SQL connections within a WCF call?
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[详细]
2023-01-02 23:17 分类:问答small code redundancy within while-loops (doesn't feel clean)
So, in Python (though I think it can be applied to many languages), I find myself with something like this quite often:[详细]
2023-01-01 20:30 分类:问答Optimizing Mysql to avoid redundancy but still have fast access to calculable data
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[详细]
2022-12-30 15:18 分类:问答Equivalence of PHP includes in Iphone dev?
I just noticed I get a lot of redondant code from one class to another in my project (like menus or buttons) ;)[详细]
2022-12-28 10:05 分类:问答Compressing three individual jpeg pics containing temporal redundancy?
I am interfacing an embedded device with a camera module that returns a single jpeg compressed frame each time I trigger it.[详细]
2022-12-28 04:03 分类:问答How to design a database where the main entity table has 25+ columns but a single entity's columns gets <20% filled on average?
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[详细]
2022-12-27 10:25 分类:问答Find redundant user functions
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.[详细]
2022-12-26 16:30 分类:问答