PHP Sucks
111–120 of 297 posts
Re: PHP Sucks
#112Re: PHP Sucks
#113Can we just stop with these posts? It's like saying "ice cream sucks". That's just like, your opinion man.
Re: PHP Sucks
#114PHP will still be the most accessible backend language for a long time and only JavaScript stands a chance at outcompeting it for a long time. (And yes I know JavaScript is normally seen as a frontend language)
Re: PHP Sucks
#115The author didn't explicitly state it as a causal relationship, but doesn't this have more to do with supply and demand than respect?
It's true that if you're a guru in a more esoteric language you're going to earn more respect than a guru in PHP (although if you're really a guru in PHP you're probably also pretty good in more respected languages).
But it's also true that your skills would be in much higher demand for any available jobs in that esoteric language than PHP skills are for its available jobs.
[EDIT: I suppose an argument that cuts the other way is that PHP projects -- regardless of what the employers know or care about the language -- tend to be lower status and lower paying than those built on more esoteric or more "serious" languages.]
Re: PHP Sucks
#116Earlier quoted context omitted.
Maybe PhP is to hard for you?
The point isn't that it's easy or hard. It doesn't require the user to understand things like scope or the rudiments of typing to get started, which means it's insanely permissive.
Re: PHP Sucks
#117I started freelancing in my area doing Ruby on Rails, and found it far harder to maintain a project. I also found it harder to acquire clients in my area for new RoR development. More work was available locally with PHP. Clients were more willing to pay. I've done a ton of things in WordPress that shouldn't have been, "to save money". And I've done greenfield development with CodeIgniter, Laravel (v3 and v5), and a c…
| More often it's the programmer who sucks, not the language. Whilst it is possible to write structured, elegant php, its very hard, and thats the languages fault. The barrier to entry to write bad PHP is very low, thats what makes people think it 'sucks', because 90% of PHP codebases do. :(
Older projects will suffer till they're brought up to spec, true.
Re: PHP Sucks
#118Anyway...
>> For many people, PHP is the first programming language they try without formal education.
>> We’re not taken as seriously, and we’re being paid less.
Is this one of those correlation not causation things I keep hearing about?
Re: PHP Sucks
#119I started freelancing in my area doing Ruby on Rails, and found it far harder to maintain a project. I also found it harder to acquire clients in my area for new RoR development. More work was available locally with PHP. Clients were more willing to pay. I've done a ton of things in WordPress that shouldn't have been, "to save money". And I've done greenfield development with CodeIgniter, Laravel (v3 and v5), and a c…
OTOH RoR has its own bunch of problems, and exploits a number of anti-patterns "in the name of simplicity", and Ruby as an ecosystem has its own set of pain points (e.g. deployment).
Re: PHP Sucks
#120PHP is awesome for Stage 2 level projects in this model: http://devblog.procore.com/dev/evolution-of-software-applica... Once you need a framework and the complexity that goes with it, PHP starts to suck. It lacks the behavior and tools to nicely manage complexity beyond a pile of files. But when what you need is a pile of files, PHP is awesome.
The day a languages appears that is web-ready and dead-simple with no technical debt that's the day we can say: PHP Suck.