Tagged Questions
Software metrics are quantitative data related to software.
163
votes
25answers
13k views
Big-O for Eight Year Olds?
I'm asking more about what this means to my code. I understand the concepts mathematically, I just have a hard time wrapping my head around what they mean conceptually. For example, if one were to ...
74
votes
3answers
3k views
What are the best Haskell libraries to operationalize a program?
If I'm going to put a program into production, there are several things I need that program to do in order to consider it "operationalized" – that is, running and maintainable in a measurable and ...
46
votes
14answers
15k views
Mythical man month 10 lines per developer day - how close on large projects?
Everybody always says that they can beat the "10 lines per developer per day" from the "Mythical Man Month", and starting a project, I can usually get a couple hundred lines in in a day.
But at my ...
31
votes
18answers
7k views
Calculate code metrics
Are there any tools available that will calculate code metrics (for example number of code lines, cyclomatic complexity, coupling, cohesion) for your project and over time produce a graph showing the ...
28
votes
23answers
1k views
How to convince your fellow developer to write short methods?
Long methods are evil on several grounds:
They're hard to understand
They're hard to change
They're hard to reuse
They're hard to test
They have low cohesion
They may have high coupling
They ...
28
votes
9answers
18k views
Tool for calculating cyclomatic complexity
Can you recommend free tools for calculating cyclomatic complexity. Looking for all languages.
One tool/language per answer please.
24
votes
15answers
2k views
Do you find cyclomatic complexity a useful measure?
I've been playing around with measuring the cyclomatic complexity of a big code base.
Cyclomatic complexity is the number of linearly independent paths through a program's source code and there are ...
22
votes
10answers
1k views
Software development metrics and reporting
I've had some interesting conversations recently about software development metrics, in particular how they can be used in a reasonably large organisation to help development teams work better. I know ...
21
votes
26answers
9k views
What are the most useful software development metrics?
I would like to track metrics that can be used to improve my team’s software development process, improve time estimates, and detect special case variations that need to be addressed during the ...
19
votes
16answers
9k views
Best server Performance Monitoring Tool for Java Servers
At work, we are trying to combat the monstrosity that our application servers have become - we are now running out of server resources after many months of resource-creep.
I would like to begin the ...
15
votes
14answers
550 views
Over Optimistic Daily Productivity [closed]
I'm a junior developer and have been working since I graduated last summer so coming up to a year now. I have this issue that is starting to get to me. Every night I think back to what I did that day, ...
14
votes
2answers
321 views
Calculation of code metrics as-you-type in Visual Studio 2010
I'm looking for extensions that can show code metrics (especially cyclomatic complexity) beside method bodies or in a tool window as I type (without additional interactions).
So far I know:
Code ...
14
votes
26answers
2k views
What code metric(s) convince you that provided code is “crappy”?
Code lines per file, methods per class, cyclomatic complexity and so on. Developers resist and workaround most if not all of them! There is a good Joel article on it (no time to find it now).
What ...
13
votes
1answer
183 views
Specific software metrics for Clojure programs
We are considering writing a static analyzer to collect software metrics for Clojure code. Of course it will handle the obvious stuff like number of files, functions, parameters per function, etc. I ...
13
votes
38answers
2k views
When, if ever, is “number of lines of code” a useful metric?
Some people claim that code's worst enemy is its size, and I tend to agree. Yet every day you keep hearing things like
I write blah lines of code in a day.
I own x lines of code.
Windows is x ...
12
votes
6answers
6k views
Eclipse metrics plugin suggestion
I'm looking for a tool to give me some code metrics (total LOCs, LOC/Class, # of external references/class, etc...).
Does anyone know a good eclipse plugin that could provide me some some code ...
12
votes
7answers
2k views
Seeking clarifications about structuring code to reduce cyclomatic complexity
Recently our company has started measuring the cyclomatic complexity (CC) of the functions in our code on a weekly basis, and reporting which functions have improved or worsened. So we have started ...
11
votes
10answers
1k views
Code metrics
I'm just curious about what kind of code metrics people are using and opinions/experience on the most effective use of code metrics. All of our code, regardless of language, uses the following:
...
10
votes
2answers
5k views
How to use EMMA code coverage in android
Im new to EMMA, i dont know how to use this for android system.
Can anyone please give a sample for using this with android.
Thanks a lot.
10
votes
5answers
2k views
Good PHP Metric tools
I have been coding in PHP for a while using Netbeans but it does not provide any tools for obtaining code metrics. I have also used SourceMonitor before but it does not support PHP, same with Code ...
10
votes
11answers
675 views
How to present your code to potential buyers?
I'll do a demo of my code to slightly non-technical audience, and I need to show them what I've got in my project (about 15K lines of code). I'm trying to convince them that I've spend time on the ...
10
votes
9answers
1k views
What web log file analyzer do you recommend
I am looking into getting a log file analysis tool for multiple sites.
All the sites currently run Google analytics, however I have noticed that the stats that this provides can be a bit off (lower ...
9
votes
2answers
475 views
Understanding code metrics
I recently installed the Eclipse Metrics Plugin and have exported the data for one of our projects.
It's all very good having these nice graphs but I'd really like to understand more in depth what ...
8
votes
2answers
175 views
What is the maximum depth of HTML documents in practice?
I want to allow embedding of HTML but avoid DoS due to deeply nested HTML documents that crash some browsers. I'd like to be able to accommodate 99.9% of documents, but reject those that nest too ...
8
votes
8answers
317 views
Putting a dollar value on code quality
As noted in another thread, "In most businesses, code quality is defined in dollars." So my company has an opportunity to acquire a large-ish C code base. Obviously, if the code quality is good, the ...
8
votes
6answers
1k views
SLOC for Java projects
I neeed a free tool to count SLOC on a Java project. I only really need the following metrics:
SLOC
number of comment lines
optionally javadoc metrics
optionally sort statistics by file type (.java, ...
8
votes
15answers
2k views
Number of lines of code in a lifetime
One of the companies required from its prospective employee to give the number of lines of code written in the life time in a certain programming language like Java, or C#. Since, most of us have a ...
8
votes
5answers
2k views
Calculate Cyclomatic Complexity for Javascript
Are there any tools available for calculating Cyclomatic Complexity in Javascript?
I've found it a very helpful metric in the past while working on server side code, and would like to be able to use ...
7
votes
2answers
134 views
Are there frameworks available to track user activity?
Before I start writing my own custom classes, I was wondering if there was a framework already out there to use.
This is for a Winform/WPF application. I will be storing things such as battery ...
7
votes
1answer
272 views
Web Application Server Monitoring
I've seen several StackOverflow posts that discuss what tools to use to monitor web application performance, but none that talk about what metrics to focus on.
What web server metrics should be ...
7
votes
5answers
2k views
How to count lines of Java code using IntelliJ IDEA?
The title says it all. I know I've used the feature in the past, but I have no idea how I did this before. It must be something simple, right?
7
votes
3answers
689 views
Mysql count how many queries per second are executed, is there any way?
i have a busy web server with LAMP installed, and i was wondering, is there any way to count how many queries per second (mysql) are executed in the server ?
Thank you.
7
votes
4answers
671 views
Recording user data for heatmap with JavaScript
I was wondering how sites such as crazyegg.com store user click data during a session. Obviously there is some underlying script which is storing each clicks data, but how is that data then populated ...
7
votes
2answers
225 views
What kind-of stats does your company collect to define code / software product quality
Most programming houses / managers i know of can only define quality in terms of the no of bugs made / resolved in retrospect.
However most good programmers can innately sense quality once they ...
6
votes
1answer
265 views
Key Facebook insights metrics deprecated — alternatives not documented?
Over at https://developers.facebook.com/docs/reference/fql/insights/ Facebook states::
We are deprecating some old insights. These metrics are marked as __deprecated__
throughout this document. After ...
6
votes
2answers
293 views
which metric(s) show the difference between object-oriented and procedural code
Which metric(s) could help to indicate that i have procedural code instead of object-oriented code? I would like to have a set of simple metrics, which indicate with a high probability, that the ...
6
votes
3answers
366 views
StatHG is non-existent
In the CVS/SVN world, there are various statistics/metrics tools. E.G., StatCVS, StatSVN. There are others I've seen.
However, I've not seen similar statistics and visualizations for Mercurial(aka ...
6
votes
11answers
459 views
Does bitrot have any accepted dimensions?
Every modern source control system can slice and dice the history of a program. There are many tools to statically and dynamically analyze code. What sort of mathematical formula would allow me to ...
6
votes
3answers
568 views
How can you get the height metric of a string in PostScript?
You can obtain the width of a string in the current font with stringwidth and although this actually pushes offset coordinates on the stack, the y-value always seems to be useless. Is there a way to ...
6
votes
6answers
2k views
How can I consume Firebug net panel data programmatically?
My agile team will be adding new features to a existing realty website. As we add the features we want to have a better handle on the site's overall performance as well as the performance of ...
6
votes
8answers
730 views
Should LOC counting include tests and comments?
While LOC (# lines of code) is a problematic measurement of a code's complexity, it is the most popular one, and when used very carefully, can provide a rough estimate of at least relative ...
6
votes
10answers
428 views
What is the single most important project vital sign to track that will help evaluate project health?
Just like human beings have vital signs (e.g. temperature, heart rate, blood pressure, and breathing function); what vital signs are essential to collect and track to aid in the evaluation of the ...
5
votes
2answers
251 views
Tracking How Much Time I Spend Programming (in Linux, specifically Emacs)
I'm looking for a way to automatically track development time as this question asks exactly, but I would specifically like to do it in Linux (Ubuntu).
My IDE of choice is Emacs, so perhaps there's an ...
5
votes
3answers
855 views
Eclipse metrics plugin for C++
Does anyone know a good metrics plugin for Eclipse that works with C++ ?
I'm looking for lines of code mainly. Thanks.
5
votes
3answers
386 views
Is there any automated metrics collector for my Java project?
I'm trying to collect software code metrics in my Java project on every cycle of continuous integration. I'm interested mostly in size-related metrics like number of classes, number of methods, ...
5
votes
1answer
209 views
Is there a nice GUI available for showing Hibernate statistics?
Hibernate exposes many internal metrics via the Statistics API. Is there an easy-to-use GUI that I can use to visualize these statistics? Bonus if there is a Grails plug-in for this.
5
votes
3answers
1k views
Why Does This Maintainability Index Increase?
I would be appreciative if someone could explain to me the difference between the following two pieces of code in terms of Visual Studio's Code Metrics rules. Why does the Maintainability Index ...
5
votes
5answers
598 views
Software Metrics in Agile Methodologies
Agile methodologies are rather prevalent these days, but I cannot seem to find much documentation on what metrics are most useful and why. I have found many more things saying that some traditional ...
5
votes
1answer
651 views
Algorithm Analysis tool for java
I am looking for an algorithm analysis tool for java that can calculate Big 0 of a function. Ideal I would like to make it part of my build process, along side of my other code metrics tool. Even ...
5
votes
3answers
123 views
What are some of the largest open source software projects with substantial revision and bug tracking history?
For my Honours project at University this year I'm considering doing some research into which code metrics are useful in predicting where defects are likely to exist in code and what metrics map to ...