And also a focus on security. Security people don't want to find anything unexpected in the code they run, and easter eggs are by nature unexpected, sometimes even well hidden.
I remember at some point, a contractor for a big company added an undocumented easter egg to the code they delivered, it was fairly innocuous, something like playing music when a special key combination is entered, and yet, it was treated like a security breach, as if it was a backdoor. I don't know if people got fired for it, but it is very possible.
This is a public API, so at least, it is documented, but even then I am sure that some very unfun security auditor will only see this as an increased attack surface.
Security may be necessary, but damn, it sucks! (not just for easter eggs)
And also a focus on security. Security people don't want to find anything unexpected in the code they run, and easter eggs are by nature unexpected, sometimes even well hidden.
I remember at some point, a contractor for a big company added an undocumented easter egg to the code they delivered, it was fairly innocuous, something like playing music when a special key combination is entered, and yet, it was treated like a security breach, as if it was a backdoor. I don't know if people got fired for it, but it is very possible.
This is a public API, so at least, it is documented, but even then I am sure that some very unfun security auditor will only see this as an increased attack surface.
Security may be necessary, but damn, it sucks! (not just for easter eggs)