867
you are viewing a single comment's thread
view the rest of the comments
[-] VitaminF@feddit.org 45 points 2 years 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>
[-] manucode@infosec.pub 12 points 2 years ago

How did you come up with such a ****ingly stupid syntax?!

[-] hedgehog@ttrpg.network 18 points 2 years ago

They probably have experience with Spring

[-] VitaminF@feddit.org 10 points 2 years ago

I imagined what an Elasticsearch query style Python XML syntax would look like.You must share my pain.

[-] luciferofastora@lemmy.zip 7 points 2 years ago

That's grotesque and you have my condolences

[-] pingveno@lemmy.ml 5 points 2 years ago* (last edited 2 years ago)

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. I stuck it out for a year. It was a year too long.

[-] deathmetal27@lemmy.world 1 points 2 years ago

Thankfully we have Gradle now.

this post was submitted on 05 Jul 2024
867 points (100.0% liked)

Programmer Humor

39725 readers
5 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS