Why do the Chinese love them so much?
>>106674233They just werk. The Chinese are not attached to their tools; they just do the work.
>>106674233我们不使用这些工具。
>>106674233because the chinese are atleast two centuries ahead of the west in all aspects of infrastructure and development
>>106674233The Chinese value getting work done. Go isn't trendy but it's performant, simple, and has great open source tooling.
>>106674233Interestingly:- PHP unintentionally started as a piece of shit, crippled language but slowly the creator and maintainers realized the problems and start ironing out the language until it is decent or at least half-decent today.- Golang intentionally started as a piece of shit, crippled language, the creator has no real interest in evolving it.I think the chinese use PHP simply because PHP is (still) popular everywhere. While they use Go for the same reason the USA uses Go: specifically designed for low-wage labour.
>>106674233 Go is Chinese
>>106674233php is extremely based
>>106674233The chinese github projects I've seen always use C++ so I'm not complaining
if someone likes php you know they are at most a mid developer. you can't tell me that anyone worth their salt wouldn't be infuriated by having to type in DOUBLE the amount of characters to access a propertyit's the antithesis of efficiency and should hurt your programmer soul. if you have one that is
>>106677661The same goes for cniles, but PHP chads didn't do any crimes severe enough to warrant this comparison.
php looks like a dirty language
>>106677661I code on php at work and yeah, if you have a good enough LSP you can kinda get over some of the biggest hurdles, but every variable beginning with a $ starts getting to you really quick. It's nice for making shit quickly, but that means that if you don't have any idea what the words: "readable", "documentation" or "comment" means, you get some of the worst code I've ever laid my eyes on. I wish I could post some examples, but I don't have remote access to my work machine on off hours.
>>106677804>every variable beginning with a $i forgot about that. it's even worse than i remembered!>I wish I could post some examplesplease don't. i beg of you.
>>106677661php should be dead. it was popular in the 2000s but it was insecure as hell and no one was using frameworks for a long time .
>>106677857Maybe tomorrow i'll take some screenshots and make a thread. It's not a bad job tough, just careless coworkers and retarded bosses that spend more time skiing that speaking to their employees, as always with wagie jobs.
>>106676619Every China programmer I've met uses C/C++. Apparently it's the standard there
>>106678189the chinese are weird. PetroChina still uses Flash https://www.petrochina.com.cn/petrochina/index.shtml
>>106678470Extremely fucking basedI wish westoid sites looked like this too
>>106674233Because PHP is objectively the best backend language for non critical projects, way better than any node garbage and slow python/ruby. Also every VPS has a php interpreter, so you can easily deploy it.When PHP performance is not enough, Go has you covered. It can be compiled to a single binary, so you can deploy it practically anywhere. No need for Java or .NET enterprise shit.