48
carlos
8y

Php is a good language. Get over it.

Comments
  • 3
    PHP is a good language but it gets repeatedly raped
  • 1
    @altermind not the language's fault. The language here is the victim :P
  • 2
    @carlos php has many issues, but not as much to be called a shitty language. There is no shitty language, there are shitty developers
  • 4
    I can't stand the use of the $ sign in variables. Why is it necessary? Most languages it is simply..

    variableName = "foo";

    The extra $ kills me...
  • 3
    @fyroc that was weird at first, yes. But have you seen Perl? It makes sense after you have used it and makes you glad PHP isnt as complex.

    Also $ before a variable name is, in most languages, accepted syntax so could have been worse :P
  • 0
    @altermind exactly!
  • 1
    once i read a qoute that says "php is easy to learn hard to master " its simple and clear but yet a powerful tool :)
  • 0
    @aram this!

    It's true. It is hard to master it but once you do you can do so much with it!
  • 0
    @carlos
    yup thats true
  • 1
    Whatever makes you sleep better at night
    https://whydoesitsuck.com/why-does-...
  • 0
  • 2
    I like PHP, a bunch of problems that existed have been resolved either by php7 or PDO. I enjoy making platforms with it but I would recommend using a framework (Laravel etc.) since they make so many tasks (database structure, user authentication etc. etc.) so much easier and even more fun :)
  • 1
    @fyroc Oh you would have a "fine" time in Ruby :D
  • 0
    @altermind I don't know enough about php to pass judgement, but I have to disagree with the idea that there are no shitty languages unless you believe that every language is equally as good as every other language in terms of performance, consistency of design/syntax, expressiveness etc
Add Comment