this post was submitted on 05 Jul 2024
861 points (97.9% liked)

Programmer Humor

32561 readers
328 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] VitaminF 46 points 4 months ago (8 children)
<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 13 points 4 months ago (5 children)

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

[–] hedgehog@ttrpg.network 19 points 4 months ago (2 children)

They probably have experience with Spring

[–] VitaminF 10 points 4 months ago (1 children)

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

[–] luciferofastora@lemmy.zip 7 points 4 months ago

That's grotesque and you have my condolences

load more comments (2 replies)
load more comments (4 replies)