DavidBruant / ECMAScript-regrets

Learning from mistakes of the past
55 stars 2 forks source link

direct call to eval #2

Open Constellation opened 12 years ago

Constellation commented 12 years ago

Direct call to eval makes dynamic variables and prevents code from static-name-resolution and optimization.

michaelficarra commented 12 years ago

Ah, of course. Same thing for with.