Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
robv21028yTo be honest. Im learning laravel right now. I honestly dont know how poeple can live without frameworks like this.
-
Slack. Facebook. Wikipedia. Baidu. Box.
Don't worry, there's always Hack & HHVM. -
PHP is not as bad as some claim. The language as grown and matured plenty. Just start away from some projects that don't use current standards, and keep to oop structures, and you will be fine. Just remember to stay away from poorly coded projects like WordPress.
-
kshep9232708yIf PHP would start using dot notation I'd jump over there in an instant. I know, I'm one lazy cow 😁😁 #DotsNotArrows
-
kshep9232708yAs a btw: Groovy is a wonderful alternative to dynamic languages like PHP on the JVM. I've been learning it all week and my mind is blown with every page turn.
-
Why so many Laravel recommendations? You don't need it to have a good PHP codebase at all... Hell, you don't need any frameworks to write good PHP.
-
Grumpy28878yI remember this famous example from the php source code (probably fixed by now):
int size;
size = EXPR;
if (size > INT_MAX || size <= 0) {
return NULL;
}
I'd like to comment that, but it's just too surreal for words. -
punksgt318yI don't really care anymore if php is good or bad. My clients have paid me a lot of money to use it. I can console myself with my cash in the bank.
-
zzguy6038ySymfony aint bad either. Language bashing is usually a thing juniors do anyways, you kinda grow out of it once you realize nothing will ever ne perfect and tooling+ecosystem is more important than the bad parts of a language.
Related Rants
Thanks to you guys Im scared to use PHP now..
undefined
php