Tagged Questions

1
vote
1answer
18 views

Collecting usage data for a desktop application

Hi, I'm going to be running some large scale usability tests of my software for a science project. We have a lab of about 30 computers running Windows XP. Our application is writt …
0
votes
7answers
102 views

Mathematical Evaluation of Source Code

Is there some mathematical relation or formula that can estimate a better source code from a less better one? If I write a program to do exactly the same task using PHP and PERL p …
0
votes
1answer
11 views

Removing shipped items from cumulative flow diagrams

I've just implemented kanban on my team and have started tracking the states of items across time. We've come to the point we we're about to ship our first release under this syste …
71
votes
23answers
7k 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 examp …
23
votes
24answers
959 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 hi …
0
votes
3answers
54 views

How do different visitor metrics relate?

Hypothetically, tets say someone tells you to to expect X (like 100,000 or something) number of unique visitors per day as a result of a successful marketing campaing. How does t …
11
votes
35answers
1k 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. …
1
vote
3answers
66 views

Web Development: What page load times do you aim for?

Website Page load times on the dev machine are only a rough indicator of performance of course, and there will be many other factors when moving to production, but they're still us …
2
votes
5answers
81 views

Assessment of project mangers’s volume of work - what is a good methodology?

Currently, my company utilizes agile as it's development principal. I was approached by my boss to determine some methodology for determining the amount of work a project manger do …
7
votes
9answers
207 views

What is the most useful metric for a development team to track? [closed]

Possible Duplicate: What are the most useful software development metrics? Our development team is looking to start tracking some concrete metrics for the purposes of our …
0
votes
3answers
29 views

Is there a service/way to calculate page drop off rate?

I'm in the process of analyzing our website to determine where we're losing customers. I want to find out how many are lost before the page even finishes loading. What is this …
2
votes
3answers
80 views

Monitoring code metrics in Java over longer time period

Is there some tool to monitor different metrics for a Java project over a longer period of time, preferrably by the data in CVS to establish trends and weak points? This would be a …
14
votes
14answers
703 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 …
0
votes
0answers
55 views

Going to production: Success metrics

Context (feel free to skip): I recently launched my first big Software Project to production, where it replaces a legacy system. Besides using an agile process and having constant …
18
votes
10answers
931 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 …

1 2 3 4 5 7 next
15 30 50 per page