Earlier quoted context omitted.
JavaScript predates PHP by five years. 'Maturity' is a subjective quality in my opinion and I also think PHP is a hot mess. JavaScript is synchronous unless you specifically utilize its asynchronous parts. Asynchronous execution is possible with PHP
> and I also think PHP is a hot mess That is a mighty strong statement when trying to big javascript lol
Dog-walking startup Wag raised $300M, then things got messy
281–289 of 289 posts
Re: Dog-walking startup Wag raised $300M, then things got messy
#282Earlier quoted context omitted.
JavaScript predates PHP by five years. 'Maturity' is a subjective quality in my opinion and I also think PHP is a hot mess. JavaScript is synchronous unless you specifically utilize its asynchronous parts. Asynchronous execution is possible with PHP
> JavaScript predates PHP by five years. Wikipedia tells me they're both from 1995.
Re: Dog-walking startup Wag raised $300M, then things got messy
#283Earlier quoted context omitted.
> think PHP is a hot mess. Have you used PHP in the last 5 years?
I wrote some PHP on Friday.
Re: Dog-walking startup Wag raised $300M, then things got messy
#284Earlier quoted context omitted.
I was sticking to the ones known for being wealthy, otherwise I would have mentioned San Marino and Liechtenstein.
I think Vatican City qualifies as being wealthy af.
Are these city states research hubs? Hong Kong or Liechtenstein perhaps.
Re: Dog-walking startup Wag raised $300M, then things got messy
#285Earlier quoted context omitted.
Ability to find php developers is usually a reason to choose php. It's actually harder to find good js developers. Javascript frameworks work nicely with php acting as an api. An even better approach is a hybrid that allows you to use a framework like Vue/React or a libruary like jQuery but also allows you to use php to power your pages. This gives you the ability to have an spa per section. A common approach is to u…
Hey! New dev honestly trying to learn why PHP matters at all in 2019. Is PHP something I should stop learning JS for? In all my (very limited) experience, PHP does not solve any problem JavaScript can't, and JS is also far more in demand.
If you become a great Javascript dev it will open you to far more opportunities, front end, back end, and everything in between.
Re: Dog-walking startup Wag raised $300M, then things got messy
#286Earlier quoted context omitted.
When you have $1M to invest you have a ton of options. When you have $100B to invest, your options are more limited.
I don’t think that’s true. When you have $100B and are hoping to earn a 10x return, your options are limited. $100B is only about 2.5 the size of Harvard University’s endowment, IIRC. You could manage that $100B like an oversized hedge fund and still make money, but probably not 10x returns.
Re: Dog-walking startup Wag raised $300M, then things got messy
#287Earlier quoted context omitted.
I think Vatican City qualifies as being wealthy af.
The context is "but has failed to be a research hub, in contrast to rich city states like Singapore." Are these city states research hubs? Hong Kong or Liechtenstein perhaps.
Re: Dog-walking startup Wag raised $300M, then things got messy
#288Earlier quoted context omitted.
PHP an older and more mature language. It also is synchronous so it runs similar to C/Java/Python. Programming full stack with JavaScript requires a different programming mindset with its asynchronous nature.
JavaScript predates PHP by five years. 'Maturity' is a subjective quality in my opinion and I also think PHP is a hot mess. JavaScript is synchronous unless you specifically utilize its asynchronous parts. Asynchronous execution is possible with PHP
More of a hot mess of a language than Javascript where every engine can apply their own rules and implementations, just like HTML?
Just because almost everyone uses V8, it doesn't change the fact that when you execute Javascript code, it's not guaranteed to run a certain way because each engine is based on recommendations and standards - not cemented rules. It's the same problem as having to write HTML/CSS for each browser engine.
Re: Dog-walking startup Wag raised $300M, then things got messy
#289Earlier quoted context omitted.
> JavaScript predates PHP by five years. Wikipedia tells me they're both from 1995.
This is all IMNSOHO: PHP3 was really the genesis of "PHP" which was 1997 with a decent parser, and I think the first version of what people refer to as "PHP" was PHP4 in 1999 with mainstream adoption in 2000. Many places were still doing VB6 with MS Access data stores.