Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
17answers
1k views

What are the programming religious wars of the generations before our current generation?

Being 32 years old, I did not follow debates in programming, language design, and platforms in the 1960s, 1970s, 1980s, and most of the 1990s. I sometimes hear glimpse of what the major debates were ...
7
votes
8answers
876 views

database vs. flat files

The company I work for is trying to switch a product that uses flat file format to a database format. We're handling pretty big files of data (ie: 25GB/file) and they get updated really quick. We need ...
4
votes
3answers
636 views

Should left outer joins be avoided in DB2

We are having a debate in our company. I use left outer joins quit frequently. I was told by another programmer that there is too much over head and I should not use them. Example, Lets say I have ...
2
votes
3answers
55 views

When is it appropriate to intentionally delay an application's actions?

I was in a discussion in another forum where I disagreed with the purpose of intentionally delaying an application's actions, and I'm hoping someone can clarify where doing would be considered ...
2
votes
4answers
150 views

Have we reached the point that a mysite.net is as good as mysite.com?

Although not strictly programming related, this is something I believe us web developers think about a lot more than most people, so I wanted to ask this community. When trying to find domains to ...
2
votes
14answers
1k views

Can one language be better than another?

Is it a case by case basis or are there some languages you can compare and really have an honest, non-fanboy, completely measured quality difference between the two?
0
votes
5answers
93 views

Reading a difficult book [closed]

I am currently reading the by far most difficult book I've ever tried to read. (Windows Internals) Usually I would just read a book without any problems and pretty quickly, but now I feel a bit ...