Questions tagged [programming-productivity]
Programming is the process of writing computer code in order to create software. Use this tag for questions relating to the efficiency and productivity of programming.
17 questions
3
votes
0
answers
313
views
Does Test Driven Development decrease development time and create better quality software? [closed]
As any software developer out there I hold my own opinions about programming related stuff. I also hold my own opinion about TDD (Test Driven Development).
But my opinion is irrelevant because it's ...
19
votes
0
answers
2k
views
Is using vim faster than a mouse-based editor for source code?
Many people claim that editing text using the vim editor is faster than using a mouse-based one, for experienced users.
There seems to be a lot of anecdotal evidence for this claim, but considering ...
3
votes
0
answers
164
views
Is it true that the best programmer in the office is 30 times faster than the worst programmer in the office? [duplicate]
I was once told by a professor at a prestigious university (paraphrase):
In the average software development workplace, the best programmer is 30 times faster than the
worst programmer. So if it ...
16
votes
0
answers
743
views
Do mechanical keyboards improve accuracy?
A famous mechanical keyboard site claims that:
Many mechanical keyboard fans rave at the loud, clicky sound they produce when using one of these keyboards. As mentioned above, the mechanical switches ...
256
votes
1
answer
103k
views
Has Stack Overflow saved billions of dollars in programmer productivity?
John Carmack is a renowned developer and CTO. His Twitter account has over 100,000 followers.
On the occasion of Stack Exchange's 5th anniversary, he quipped on Twitter:
[... Stack Overflow] has ...
9
votes
2
answers
2k
views
Does having a specification result in better code?
From Joel on Software, 12 Steps to Better Code, Joel asserts that:
Writing specs is like flossing: everybody agrees that it's a good
thing, but nobody does it.
And:
Software that wasn't built from ...
28
votes
2
answers
4k
views
Are there studies clearly illustrating the great discrepancies in programmer productivity?
There exists a widely held (and frequently asserted) belief that there is a very big (relatively to other professions) discrepancy between the top tier software developers and the non-top-tier.
...
28
votes
1
answer
8k
views
Is it preferable to use a computer in a darkened room?
In his latest blog post, Jeff Atwood states:
We computer geeks like it dark. Really dark. Ideally, we'd be in a cave. A cave … with an internet connection.
The one thing that we can't abide is direct ...
20
votes
1
answer
2k
views
Is programming in Python faster than in C, C++ or Java?
There's a widespread belief among programmers that the more dynamic and loosely typed the language, the more productive the programmer will be in it. Guido van Rossum wrote about programming ...