Skip to main content

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.

Filter by
Sorted by
Tagged with
3 votes
0 answers
313 views

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 ...
Pips's user avatar
  • 97
19 votes
0 answers
2k views

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 ...
loopbackbee's user avatar
3 votes
0 answers
164 views

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 ...
Evorlor's user avatar
  • 845
16 votes
0 answers
743 views

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 ...
Sklivvz's user avatar
  • 79.3k
256 votes
1 answer
103k views

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 ...
Sklivvz's user avatar
  • 79.3k
9 votes
2 answers
2k views

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 ...
Dave Hillier's user avatar
  • 1,514
28 votes
2 answers
4k views

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. ...
user5341's user avatar
  • 31.6k
28 votes
1 answer
8k views

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 ...
Sklivvz's user avatar
  • 79.3k
20 votes
1 answer
2k views

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 ...
Kit Sunde's user avatar
  • 18.7k