This might skirt the lines between humor and horror :)

  • devil_d0c@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    My first time dealing with xml parsing was with the java jackson library. It was a soap service so we use some wsdl to class service and between all the poorly designed interfaces, we had a lot of .getChild().getChild().getChild()…

    Hard times make strong developers.

  • mrchampion@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    22 days ago

    Sure, why don’t I just use a Y combinator to go all the way,

    (function (f) { return (function (x) {return f(x(x))})(function (x) {return f(x(x))}) } )(function (rest) {return data.rest});