Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

53
votes
10answers
3k views

Perl Myths [closed]

I keep seeing people trip over common misconceptions of how Perl exists and what it does. There are generally 2 types of Perl Myth. Type 1: Things that people think about the language itself, ...
33
votes
22answers
3k views

Java Urban Myths

Along the line of C++ Urban Myths and Perl Myths: What are the Java Urban Myths? That is, the ideas and conceptions about Java that are common but have no actual roots in reality. As a Java ...
31
votes
13answers
2k views

Debunking Scala myths

What are the most commonly held misconceptions about the Scala language, and what counter-examples exist to these? UPDATE I was thinking more about various claims I've seen, such as "Scala is ...
15
votes
18answers
2k views

Agile Myths and Misconceptions

What are the myths or misconceptions related to Agile? There are lot of misconceptions related to Agile that an average new comer may fall into. What are the misconceptions in the Agile world and how ...
8
votes
4answers
505 views

Busting Ruby on Rails Myths

I am working on a project for a client of the IT company I work for and I am convinced that Rails is perfect for it. I have a meeting in the next day or so, where I am afraid I am going to get ...
8
votes
10answers
762 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 ...
6
votes
5answers
211 views

myth about factory pattern

This has bothered me for awhile, and I have no clues if this is a myth. It seems that a factory pattern can ease the pain of adding a dependency for a class. For example, in a book, it has something ...
5
votes
4answers
188 views

Will a task be completed faster if it is the active window?

I have heard a myth that a job will finish faster if it is kept as the active window, and not in the background or minimized. Is there any truth to this? Does the CPU put precedence to tasks where ...
4
votes
4answers
420 views

Is “the optimized delay” a myth or is it real?

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 ...
3
votes
2answers
122 views

Is a “Reusable Business Component” a Myth?

After Reading the discussion How to create generic/reusable code with Scrum? I thought about my experiences with reusable components. I created several "technical components" that where ...
3
votes
1answer
1k views

PostgreSQL HASH index

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 than a B-TREE ...
1
vote
0answers
142 views

Is there any evidence that lisp actually is better than other languages at artificial intelligence? [closed]

There seems to be a long-held belief (mainly by non-lispers) that lisp is only good for developing AI. Where did this belief originate? And is there any basis in fact to it?
0
votes
0answers
47 views

Software Project Managment Myths and their Realities [closed]

can anyone tell me at least five myths and their realities about the Software project Management?.i have searched every where but not find the correct answer can anyone help me?
0
votes
5answers
508 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. ...
-2
votes
1answer
149 views

Software engineering misconception meaning [closed]

The longer you evaluate software, the more outdated it will be by the time you use it. Can you please explain this statement