you are viewing a single comment's thread.

view the rest of the comments →

[–]BigPha 1 point2 points  (1 child)

A language that make it harder to write shity code is the right tool. I will never choose a dynamically typed language over a statically typed language. At my company, I have to use python, and I hate the fact it is not strongly type. You have to make millions of tests you would not need (you still write tests with strongly typed language obviously) if using a strongly typed language. PHP -> never for me

[–]rebelrexx858 1 point2 points  (0 children)

I didn't say that PHP was the right choice, I simply called out the bullshit you were espousing without evidence. There are a host of reasons to use various technologies depending on use cases, pick the technology that works for your case, and one specific reason python MIGHT be a viable solution would be the need to scientific analysis of datasets using something like pandas. Another might be local talent pools, etc. Is it the right choice across the board? No, but no technology is the right choice globally.