• @carbonara
    link
    141 year ago

    Still waiting for anybody to explain me why I shouldn’t write my backend in php

    • @disenchanted
      link
      41 year ago

      Everything works if you know it well enough. But what I remember annoying me with php most was the naming convention mess, array_search, count, strlen, etc.

      • @[email protected]
        link
        fedilink
        English
        51 year ago

        \except $for $the $annoying $syntax $and $bad $function $naming, $it’s $actually $turned $into $a $fairly $decent $language->

      • @[email protected]
        link
        fedilink
        English
        21 year ago

        I think the PHP maintainers recognize that drawback and are working/have done a lot of work to fix conventions. I remember having to fix my code the last time I updated to the latest PHP version because they changed the arguments to a function call to be more in line with the arguments for other similar functions.