• bleistift2@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    8 days ago

    Boy, I recently had to look into the Java backend to figure out… something. I can’t remember.

    It turns out that they needed to inject a bean into their class which was itself calling a factory, which according to documentation, instantiated three other classes just to make a fucking HTTP request! What’s worse, that clusterfuck of a (fairly standard) library required the base URL to be declared separately from the actual paths, and both the base URL needed to end with a slash, and each path must begin with one. Every reasonable programmer would assume that this is a mistake because the final path would end up with two slashes, but the library actually required that.

    Meanwhile, frontend: fetch('url').then(r => r.json()).then(beHappy)

    • Bane_Killgrind@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      11
      ·
      8 days ago

      It’s a cover with their own lyrics about the complexities of programming, instead of the complexities of picking someone up at a club