Moving from Go to PHP Again
21–30 of 371 posts
Re: Moving from Go to PHP Again
#22Each PHP file is an endpoint. As opposed to having routers in code or client side SPA routing. PHP files can be deployed independently, swapped out or updated live. No building/compiling of the php files needed. A single layer as opposed to 'modern architecture' where there's client side back/front end layers, api layer, logic, validator, data access, and ORM layers. Can extend itself as it runs. For example Wordpres…
Re: Moving from Go to PHP Again
#23Re: Moving from Go to PHP Again
#24Can relate, after 7+ years I am again using WordPress and PHP again. I am impressed by PHP 7.
Hm, I hate to be on the bandwagon, but why WordPress? One of the things that has made PHP become what it is today is a focus on good software engineering and the introduction of language features that are required by that. WordPress did not keep up on the engineering front and there are so many amazing options out there now for well written, well engineered platforms. Even in pre-built blog platforms. You're not alon…
Re: Moving from Go to PHP Again
#25Why do so many companies keep moving to go? I tried to like it, but it was just so painful to write.
Re: Moving from Go to PHP Again
#26Re: Moving from Go to PHP Again
#27Earlier quoted context omitted.
Buffalo has made it a pretty pleasant experience in the past year or so
Buffalo?
Re: Moving from Go to PHP Again
#28Each PHP file is an endpoint. As opposed to having routers in code or client side SPA routing. PHP files can be deployed independently, swapped out or updated live. No building/compiling of the php files needed. A single layer as opposed to 'modern architecture' where there's client side back/front end layers, api layer, logic, validator, data access, and ORM layers. Can extend itself as it runs. For example Wordpres…
Plain PHP files work that way. But what if you use a framework (even an in-house one)? Does this holds true?
Re: Moving from Go to PHP Again
#29Earlier quoted context omitted.
I have not written a new PHP app in years but recently I had a look at the latest and greatest from the PHP community and its pretty good. The frameworks and tooling look about as good as you will get anywhere and PHP appears to be fast now.
Symfony and Laravel are really nice. It's still a horrible abomination of a language that invites bugs and requires A LOT of care to not produce buggy code, though.
Re: Moving from Go to PHP Again
#30[deleted]
This has nothing to do with homomorphic encryption, unless I'm missing something.