• umbraroze
      link
      fedilink
      1251 year ago

      /serious Well, yes, most APIs are meant for system-to-system interaction, that’s kind of a given. But since this particular API is clearly meant for human-to-system interaction, returning a human-readable response is adequate. Yes, a better design would probably allow the client to specify additional parameters about the desired response.

      /back-to-jokes Yeah, well this kind of sums up most of my job applications. I send an application and the recruiting people are all like “OK”.

    • VanillaGorilla
      link
      fedilink
      291 year ago

      That’s hilarious. Probably the lovechild of some clueless HR dude that thought he was a genius.

        • IWantToFuckSpez
          link
          fedilink
          411 year ago

          Also “rockstar developer” all they were missing is “10x Programmer” to complete the bullshit programmer labels trifecta

        • @hikarulsi
          link
          English
          211 year ago

          Because “code slave” is no longer culturally acceptable for the same role

      • @saltesc
        link
        21 year ago

        Hey, that’s me! I query my workforce data from the HRIS with M and SQL. In HR land, that makes me a super senior data scientist compared to VLOOKUP guy who hasn’t even heard of XLOOKUP or even INDEX/MATCH, that asshole.

      • Carighan Maconar
        link
        11 year ago

        A few things about that stuck out to me.

        One interesting question to others here: Would you agree with the line under this comparison that the HTML response is self-describing?

        Because frankly… I kinda don’t. You need an interpreter to make sense of it, namely a web browser that knows the HTML-specification and can translate the HTML tags into meaningful semantics. But the moment I need that, I could also have a JSON interpreter in my system that uses a DSL we use internally to make sense of the JSON received, no? It’s essentially the same thing.

        • @[email protected]
          link
          fedilink
          English
          1
          edit-2
          1 year ago

          Yeah, HTML only makes sense in the context of a hypermedia system. They explain it in the book titled so. The main point, I think, is that JSON API consuming clients are too thick (for most purposes they’re trying to achieve) which slows down development, adds unnecessary complexity and causes developer fatigue.

    • @[email protected]
      link
      fedilink
      31 year ago

      That’s better than some I’ve seen. Like 200 for everything and the text could even be “error”.

      Or 500 with the text “invalid input”

    • deejay4am
      link
      English
      01 year ago

      I also notice that the job you apply for seems to be a different value than what is displayed on the page. Seems like the documentation needs updating as well 😔