• HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    2 months 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
      5
      ·
      2 months 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
    8
    ·
    2 months ago

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

    • Alex@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      2 months 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.

  • plm00@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    I didn’t like Jira before I used everything else. Now I like Jira.

  • bl4kers@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    Perhaps Teams has changed, but in the past I personally found it more efficient for text communication because it forced everything to be a thread. With Slack there’s too much variety (messages & threads in channels, direct messages, huddles, canvases) which consistently leads to visibility and findability issues since everyone uses it differently. Though I understand technically they’re very similar and the emphasis is mostly visual