• Modernizing that project would be a nightmare. It’s maybe the code base with the most plug-ins, and they should be supported while deprecating and gradually phasibg them out.

        I’m working with a client that’s built more code in custom plug-ins than Wordpress itself, I’m ambivalent on them not using a more modern code. On one hand it’s hard to work with what Wordpress is right now, on the other rewriting all of those plug-ins is a monumental task.

        But yeah, at least use git.

  • People sure like to dunk on PHP. I’ll take whatever flak for this, but this is the kind of meme a .NET fanboy or Ruby on Rails bro would make when they haven’t touched any languages other then their prescious, and don’t know wtf they’re talking about.

    PHP, after all these years, is STILL running 78% of all sites. That’s not because it’s garbage or the worst. It’s solid, reliable, mature and very well documented. And I say this as someone who has gladly moved to Python, but also work in in others.

  • While I’m no fan of PHP, I feel like it gets a disproportionate amount of hate when there’s some clearly worse languages out there. Where’s the hate for Perl, Bash, Visual Basic, or Matlab (never mind specialty languages like Spice).

    Or how about some controversial ones, to add some spice? C is often popular for it’s simplicity, but it’s arguably a terribly designed language. Undefined behavior is terrible. Pretty much no modern language makes the mistakes C made, so it’s pretty clear we’ve universally agreed it was bad design.

    Or for another one, Lisp family languages are popular in academic circles, but does anyone truly think all those parentheses made for a practical language? I think the near absence of any modern software being built with Lisp family languages speaks for itself.