• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle



  • Someone in Norway has the same name as me, and they made a PayPal account. They accidentally used my email during signup and I got some weird emails in Norwegian. So I called PayPal. I asked them to change the email. “You can’t, because it’s not your account, you just admitted”. Uh, ok. Can you close the account? “It’s not your account”. Can you contact the account owner and tell them to fix it? “We don’t have their email”. Can I use account recovery and close it? “Then you would be breaking into someone else’s account”.

    So what should I do? PayPal put a notice on the account in case they log in, and told me to just ignore the emails. I was baffled. Just ignore the emails? Stop sending them then! But there really isn’t anything I can do. I tried account recovery anyway, but it didn’t work.

    They never logged in I think. They probably made another account with the correct details and never thought about this one. So I’ve been getting the “our terms and conditions have changed” email once or twice a year and ignoring them. They’re still in Norwegian.

    I just looked it up, this has been going on since 2015. Maybe I should contact PayPal again and tell them how ridiculous they’ve been.









  • His advice is great for newer programmers. They are taken literally by newer programmers, but the goal is not to force the dogma onto everyone. Maybe that should be more clear before the new people make a fool of themselves. They’ll learn why or how to apply these rules once they get more experience.

    I know the episode you’re referring to and the important part is to realize you can use functions names/signatures to convey and structure information about your code, not just as a way to reuse code. This is often misunderstood by newer programmers, self-taught programmers. Your code should be easy to understand so it’s up to us to make it well structured. Functions aren’t only to avoid duplicate code