Post Closed as "subjective and argumentative" by Geo, simonn, Pascal Thivent, blowdart, 01

show/hide this revision's text 2 moved to community wiki; [made Community Wiki]

While developing software, developers always tend to curse about some language specifics, "improvements" that made language less understandable, buggy.

What obstacles / improvements have you met, that you'd be pleased no one ever invented / introduced?

My 2 cents:

I cursed for 3 days at delphi 2009. I had an internal compiler error, with no clue what I was doing wrong. It turned out I couldn't inherit a Generic class declared in another unit.

edit: moved to community wiki, as some of comments suggested

show/hide this revision's text 1

What architectures / improvements / patterns would you like to see burning in hell?

While developing software, developers always tend to curse about some language specifics, "improvements" that made language less understandable, buggy.

What obstacles / improvements have you met, that you'd be pleased no one ever invented / introduced?

My 2 cents:

I cursed for 3 days at delphi 2009. I had an internal compiler error, with no clue what I was doing wrong. It turned out I couldn't inherit a Generic class declared in another unit.