37
robv2
7y

Thanks to you guys Im scared to use PHP now..

Comments
  • 10
    don't worry
    Use laravel and everything is fine
  • 8
    To be honest. Im learning laravel right now. I honestly dont know how poeple can live without frameworks like this.
  • 6
    After learning Laravel I won't make any new php projects without it
  • 2
    Slack. Facebook. Wikipedia. Baidu. Box.

    Don't worry, there's always Hack & HHVM.
  • 10
    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.
  • 2
    Php is great
  • 6
    If PHP would start using dot notation I'd jump over there in an instant. I know, I'm one lazy cow 😁😁 #DotsNotArrows
  • 2
    As 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.
  • 0
    You can do great things with PHP and other languages.
  • 6
    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.
  • 2
    @Zaphod65 hell, it makes it much easier/more comfortable
  • 1
    I 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.
  • 4
    I 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.
  • 3
    Symfony 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.
Add Comment