Tagged Questions

24
votes
40answers
3k views

GOTO still considered harmful?

Everyone is aware of Dijkstra's Letters to the editor: go to statement considered harmful (also here .html transcript and here .pdf) and there has been a formidable push since that …
6
votes
9answers
687 views

Should UTF-16 be considered harmful?

I'm going to ask what is probably quite a controversial question: "Should one of the most popular encodings, UTF-16, be considered harmful?" Why do I ask this question? How many …
15
votes
12answers
1k views

C++ Iterators Considered Harmful?

At the Boost library conference today, Andrei Alexandrescu author of the book Modern C++ Design and the Loki C++ library, spoke about why iterators are bad, and he had a better sol …
4
votes
8answers
287 views

Side effects in an iterator considered harmful?

I've written my first C# iterator today. Woohoo. Interestingly, it has side effects. My iterator filters out invalid files from a directory and returns a sequence of valid files t …
11
votes
18answers
976 views

Best practices considered harmful?

I read an article a few months back where the author suggested that best practices were bad. I can't find the article, but bonus points to the first person who does. Basically th …
5
votes
13answers
608 views

Is XML considered harmful? [closed]

The title of the question pretty much says it all. But these are the keypoints that I am interested to find out, and they are just totally random in my mind: Does it it make you …