Because I’m in my very early 20s I missed out on the huge Java craze. Everything was Python when I started getting a more formal education and before then all my work was in C++. Knowing more languages would obviously look better on a CV but I mean if I would benefit in a practical sense? I have two friends who are long time Java devs. And recently another friend who generally works with legacy C++ based systems from the early 2000s late 90s period had to work on a bunch of stuff in Java. Java is clearly still in large scale use among older systems. So would it be likely that eventually I would need to work on Java systems myself when my job is mostly JavaScript currently?

  • SigmarStern@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    In my experience, you learn a language and then you apply for a job that requires that language. So, if you don’t learn Java, you won’t apply for a Java developer position. You can go a whole career without touching Java.

    Unlike PHP, which has the tendency to sneak up on you (never met a PHP programmer who chose to become one) Java will most likely not just come up if you don’t go looking for it.

    • Tom@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      The opposite actually happened to me. PHP was my first non-intern position. That company eventually started working with Java, so I made that transition when they did.

      • SigmarStern@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Fascinating. It has been a running joke in my bubble that no one ever picks up PHP voluntarily. It’s just everywhere.

        I wouldn’t overthink it. Learn the languages you like. Learning an OOP language in depth is a good idea, but it doesn’t have to be Java. C# or even modern PHP also work fine.

    • em7@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      I used PHP voluntarily. 22 years ago there wasn’t much choice. Java hosting options were expensive, Perl options were more expensive than PHP, C# didn’t exist (this was the same year it came out!), Python 2 wasn’t commonly installed by default on Linux distributions etc. No cloud, no Node.JS. If you had access to Windows server you could use VBScript - if you targeted Internet Explorer (versions 4 and 5 were dominant, 6 was new, it was the most popular internet browser at the time) you could use VBScript for both server-side and client-side scripting. Java applets were a thing. But if you didn’t need that, PHP was the most accessible option. And since many hosting providers gave you similar versions of PHP and its libraries, you knew what could work and what not and that you could move your website from one hosting provider to another.

    • msage@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I was choosing at the start of my career between C# and PHP, and I chose PHP. I love the simplicity of the language, as it does everything I need, and it’s very quick to prototype basic funcionality in no time.

      It was less voluntary to use Perl, but they pay a lot, and it always ended in PHP anyway.