-1
votes
1answer
172 views
What are your favorite Programming Myths and why are they false? [closed]
Possible Duplicate:
What is your longest-held programming assumption that turned out to be incorrect?
I've had some interesting and heated discussions with the Senior Architect at my work and …
5
votes
3answers
334 views
Is “the optimized delay” a myth or is it real?
Hi
From time to time you hear stories that are meant to illustrate how good someone is at something, and sometimes you hear about the guy how is so into code optimization that he optimizes his delay …
0
votes
5answers
258 views
Is it advantageous to use threads in windows?
Some of the fellows in the office think that when they've added threads to their code that windows will assign these threads to run on different processors of a multi-core or multi-processor machine. …
1
vote
1answer
382 views
PostgreSQL HASH index
Hi people,
Does anyone know a situation where a PostgreSQL HASH should be used instead of a B-TREE for it seems to me that these things are a trap. They are take way more time to CREATE or maintain …
7
votes
11answers
637 views
What myths have you heard about regarding the .NET Framework?
There are several "myths" about the .NET Framework - some are true, some aren't. I don't want do debate about those myth and what arguments there are to prove their right/wrong-status. I'm just …
