vote up 8 vote down star
4

It's easy to think of features to add to a language. What feature would you cut from a language, and why?

Douglas Crockford says don't use JavaScript's "with" statement. What are the hazard areas in other computer languages? What features have you seen get in the way of software engineering?

flag
show 3 more comments

33 Answers

prev 1 2
vote up 3 vote down

extract() in PHP. A horrible, horrible function.

link|flag
show 1 more comment
vote up 1 vote down

In C++:

  1. local functions declarations (if only one allowed, this will be this one)
  2. goto
  3. macros
link|flag
vote up 1 vote down

Java: maintaining backwards compatibility at all costs. It would free the designers and implementors from a huge burden and allow the language to evolve more gracefully.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.