Tagged Questions

17
votes
20answers
847 views

How to increase code quality?

I would like to increase the code quality of myself and my team. What do you recommend me to do in order to achieve that? We are working with Visual Studio and C# (don't know if …
2
votes
2answers
135 views

Static code analysis tool to detect code duplication in Maven projects

After I found out that there's no plugin for Simian in Maven 2, we turned to CPD, but it doesn't perform as well as Simian (observed in our Ant projects that use both Simian and CP …
2
votes
1answer
62 views

Groovy code analysis tool

Hi, Are there any good code analysis tools available for Groovy? I'm looking for something similar to FindBugs, PMD, CheckStyle, etc. I may even be able to use some of these tools …
13
votes
11answers
339 views

Tools to identify code duplications

I have being reading and tracking some questions on code reuse and I have this question: Are there any tools to identify duplicate or similar code? I have googled this a while ag …
5
votes
1answer
86 views

About code quality and designing

Hello, I don't know if I am only like this or maybe some people has same problem. Always when I get a project I don't know how to design it well. I mean I just try to make UML des …
4
votes
29answers
745 views

What is the oldest code written by yourself to which you still have access?

What is the oldest code written by yourself to which you still have access? And how has your coding style evolved over time?
1
vote
5answers
80 views

Quality of code, Dream Weaver Vs. Web studio

I built a site using webstudio 4.0, since I am a novice I figured this was an easy platform to get the job done. I recently had a more advanced programmer suggest that the code cre …
5
votes
1answer
83 views

tool for detecting commented-out code

It is agreed by many that commented out code is a bad thing if you are using source control. (And it is agreed by many more, that if you are not using source control, that is eve …
5
votes
12answers
445 views

Production Ready Code / Product Requirements

What are the things that we need to ensure before a software goes alive. I assume that the software is a commercial product. But most of them applies to OSS as well. I made it com …
1
vote
2answers
125 views

Javascript Minifier that preserves conditional comments?

I tried out the online JS Minifier but it cuts out conditional comments like: var u = navigator.userAgent;var e=/*@cc_on!@*/false; BECOMES var u=nav …
4
votes
6answers
195 views

Is it worth refactoring Swing code to conform to coding standards?

Code generated for swing always fails when it comes to code quality. Inevitably, there's one method that builds the entire interface, and there's anonymous event handling code tha …
3
votes
5answers
284 views

Tips on a tool to measure code quality?

I'm looking for a tool that can provide code quality metrics. For instance it could report very long functions (spaghetti code) very complex classes (which could contain do-it-a …
8
votes
12answers
284 views

Effective technique to reduce and eliminate warnings in a large code base?

I have been involved in the development of large code bases that grew to millions lines of code over the course of multiple years and where the amount of warnings grew out of contr …
3
votes
2answers
96 views

What tools do you use in your build process to guarantee better code quality?

Earlier today I asked a question about enforcing coding standards. Someone mention about NDepend tool that does code analysis. It looks like this tools does a lot of good thing t …
7
votes
5answers
359 views

Tools to detect Dead code in delphi2007 or above

Are there good tools to detect dead code in DELPHI2007 or above? That can integrate with the IDE? The option to look at blue dots is just time consuming, so it’s ruled out.

1 2 next
15 30 50 per page