this post was submitted on 28 May 2025
711 points (96.2% liked)

Programmer Humor

23609 readers
1534 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Also, do y'all call main() in the if block or do you just put the code you want to run in the if block?

you are viewing a single comment's thread
view the rest of the comments
[–] embed_me@programming.dev 8 points 4 days ago (1 children)

Agreed. I program mainly in C so its easier for me to make sense of bad C code than bad python code which just makes me cry

[–] jadedwench@lemmy.dbzer0.com 1 points 4 days ago (1 children)

Does Lua rank far below python for you? I have so much rage against it. At least with Python I don't have to do a bunch of steps to just get it to do something. May take me a while to get through bad Python code, but Lua makes my eyes bleed and I begin to regret my life choices in trying to understand wtf these people wrote.

[–] embed_me@programming.dev 1 points 3 days ago

Never had the opportunity to work with it. Python is much more pervasive compared to Lua I reckon