Earlier quoted context omitted.
I just read at least half that page and this idiotic design confirms exactly why I feel PHP should be considered harmful
I don't think it's harmful. You just need to know what you're doing. PHP gets a bad rep round here unfairly. It's actually a very useful language which has proven itself over and over again in the wild. I wonder what you think of JavaScript?
"@" on Twitter
141–143 of 143 posts
Re: "@" on Twitter
#142Earlier quoted context omitted.
I bet they had a backup, it was just never tested... pretty common mistake
Nope, no backups were even created when Dorsey was in charge: “Oh, and while he was in charge, there was no backup of Twitter’s database.” From the Fortune article “Let's remember why Jack Dorsey was fired as Twitter's CEO” http://fortune.com/2015/09/30/jack-dorsey-twitter-ceo-fired/
Re: "@" on Twitter
#143Earlier quoted context omitted.
I don't think it's harmful. You just need to know what you're doing. PHP gets a bad rep round here unfairly. It's actually a very useful language which has proven itself over and over again in the wild. I wonder what you think of JavaScript?
It's harmful exactly because it's ridiculously complex. And because it forces a Map/Dict to conform to an Array/List protocol, making it actually worse than both (it loses the O(1) or O(N) access time of the array/list, plus adds a bunch of complexity)
† btw, have you seen this? https://stackoverflow.com/questions/2473989/list-of-big-o-fo... pretty detailed investigation of big-O for PHP arrays