Hacker News new | ask | show | jobs
Magic Words (en.wikipedia.org)
2 points by gsf_emergency_4 218 days ago
1 comments

I'm surprised there's no Wikipedia entry for this phrase in computing, just "magic number."

They definitely exist and are often code smell. A magic word is any special key or text (like "admin") that causes unique behavior.