alphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 1 year agoMore confusion for recruiterssh.itjust.worksimagemessage-square86linkfedilinkarrow-up1863arrow-down119
arrow-up1844arrow-down1imageMore confusion for recruiterssh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square86linkfedilink
minus-squareVitaminF@feddit.orglinkfedilinkarrow-up42·1 year ago<fun> <name>sum</name> <in> <int> <name>foo</name> </int> <int> <name>bar</name> <default_value> <int>0</int> </default_value> </int> </in> <out> <int> <calculation> <numerical_operation> <operator_plus> <operand> <var>foo</var> </operand> <operand> <var>bar</var> </operand> </operator_plus> </numerical_operation> </calculation> </int> </out> </fun>
minus-squareManucode@infosec.publinkfedilinkarrow-up13·1 year agoHow did you come up with such a ****ingly stupid syntax?!
minus-squareVitaminF@feddit.orglinkfedilinkarrow-up8·1 year agoI imagined what an Elasticsearch query style Python XML syntax would look like.You must share my pain.
minus-squareluciferofastora@lemmy.ziplinkfedilinkarrow-up7·1 year agoThat’s grotesque and you have my condolences
minus-squarepingveno@lemmy.mllinkfedilinkEnglisharrow-up4·1 year agoWelcome to the world of abusing the shit out of Ant. My first full time job was developing Ant in unholy ways. Tens of thousands of lines of Ant at least, doing significant logic. If-then-else, for loops, math, procedures, date-time math.
<fun> <name>sum</name> <in> <int> <name>foo</name> </int> <int> <name>bar</name> <default_value> <int>0</int> </default_value> </int> </in> <out> <int> <calculation> <numerical_operation> <operator_plus> <operand> <var>foo</var> </operand> <operand> <var>bar</var> </operand> </operator_plus> </numerical_operation> </calculation> </int> </out> </fun>How did you come up with such a ****ingly stupid syntax?!
They probably have experience with Spring
I imagined what an Elasticsearch query style Python XML syntax would look like.You must share my pain.
That’s grotesque and you have my condolences
It haunts me in my dreams
Thanks, I hate it.
Welcome to the world of abusing the shit out of Ant. My first full time job was developing Ant in unholy ways. Tens of thousands of lines of Ant at least, doing significant logic. If-then-else, for loops, math, procedures, date-time math.
Thankfully we have Gradle now.