• jUzzo6 [none/use name]@hexbear.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 hours ago

    Worry not, soon you wouldn’t have to use anything as your job would be gone.

    Also, are programmers as good in identifying root causes of misery as Luddites were? Hint: it wasn’t machines, it was capitalism.

  • HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    20 hours ago

    Not having to use JS is below all of those.

    I hate how that’s the language everything is slowly converging to. Even if you don’t work on websites, you always have this fear in the back of your mind that one day your project will be infected.

    It’s not even easy like people claim it is. I find JS significantly more difficult than Java because there are way more things that can go wrong and troubleshooting is way more frustrating. Just because the app will launch even with errors in the code does not make it easier in the long run. Compile time errors are good actually.

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      19 hours ago

      Js is indeed painful. I find the right approach is to simply treat it as a compile target. I’ve worked with ClojureScript when I had to do front end work, and I find it’s a huge improvement because it has sane language semantics. You have things like proper equality, comparison by value, immutable data structures, and so on. It’s not perfect because you still have to deal with stuff like source maps to get errors out of minified bundles, and you have to interop when you deal with Js libraries, but it’s a huge improvement overall I’ve found.

  • davel@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 hours ago

    Hey I liked JIRA. I liked it even more after they forced us use Saleforce for issue tracking 💀

    • brrt@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      15 hours ago

      People seriously underestimate how shitty most alternatives are. And any time I see people hating on Jira I never see a proper alternative mentioned.

    • Alex@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      15 hours ago

      Jira is alright, not great, not terrible. You need something to track projects and break down work and say least being ubiquitous a lot of people are familiar with it.

      Teams is a dumpster fire of excrement though.

      • fanbois [he/him]@hexbear.net
        link
        fedilink
        English
        arrow-up
        0
        ·
        15 hours ago

        I got fired two weeks ago and it fucks me up pretty badly.

        But the fact that i don’t have to use Teams, at least for a while, is just such a relief. Fuck that shit.

        • Alex@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          14 hours ago

          Sorry to hear that. Good luck finding a new gig without needing to interact with Teams again.

      • Oriel Jutty :hhHHHAAAH:@infosec.exchange
        link
        fedilink
        arrow-up
        0
        ·
        15 hours ago

        Any ticket system that doesn’t even let you copy/paste text snippets in (like, say, a bit of JSON from a log file) without messing up the rendering¹ is terrible.

        ¹) In two different ways: The rich text editor mangles data one way, but when you submit your comment, Jira mangles it in a different way. You never know what you’re going to get.

        • Alex@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          14 hours ago

          I used to update my tickets from Emacs org-mode where I kept my working set off knowledge. The org export functions dealt with whatever format Jira expects. Nowadays I’m mostly tracking stuff so my comments are generally never more than a “thanks”, 👍 or occasionally a link to the patch series or pull requests.