Comment on Amazon.com and its app are currently brokenComments−imwillofficial5yI am SUPER interested in what problem could be big enough to cause this world-wide−appwiz5yI’d guess there’s a statement in the source code somewhere like if user == ‘jeff bezos ’ that needs to be updated to if user in (‘jeff bezos’, ‘andy jassy’) Pseudo code above. Could be the userids, usernames, internal aliases, levels, etc.This is first time an Amazon CEO has changed so infrequently used code paths are going to be exercised.−moneywoes5yCould that realistically be the culprit? Sounds insane
Comments
I am SUPER interested in what problem could be big enough to cause this world-wide
I’d guess there’s a statement in the source code somewhere like
that needs to be updated to Pseudo code above. Could be the userids, usernames, internal aliases, levels, etc.This is first time an Amazon CEO has changed so infrequently used code paths are going to be exercised.
Could that realistically be the culprit? Sounds insane