Hacker News new | ask | show | jobs
by ghurtado 3408 days ago
Not even PHP's "register_globals"?
1 comments

I'd argue that register_globals is never a good idea. Post-if is sometimes a good idea, with one case that is problematic (less readable, not even a negative affect on function)
I happen to agree, but the statement was about "useful features".